[pyglet] push by useboxnet - Workaround for a 2to3 bug in windows, see: http://bugs.python.org/issu... on 2014-03-29 14:05 GMT

2 views
Skip to first unread message

pyg...@googlecode.com

unread,
Mar 29, 2014, 10:05:30 AM3/29/14
to pyglet-...@googlegroups.com
Revision: 489162ee33f1
Branch: default
Author: Juan J. Martínez <j...@usebox.net>
Date: Sat Mar 29 14:05:01 2014 UTC
Log: Workaround for a 2to3 bug in windows, see:
http://bugs.python.org/issue20867

Thanks to Claudio Canepa for the patch!

Fixes issue #707.
http://code.google.com/p/pyglet/source/detail?r=489162ee33f1

Modified:
/pyglet/image/codecs/pil.py

=======================================
--- /pyglet/image/codecs/pil.py Thu Mar 6 20:59:07 2014 UTC
+++ /pyglet/image/codecs/pil.py Sat Mar 29 14:05:01 2014 UTC
@@ -35,6 +35,8 @@
'''
'''

+from __future__ import absolute_import
+
__docformat__ = 'restructuredtext'
__version__ = '$Id$'

Reply all
Reply to author
Forward
0 new messages