James Bowman %!s(int64=6) %!d(string=hai) anos
pai
achega
f1ebd20395
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      unit.py

+ 5 - 1
unit.py

@@ -1,5 +1,9 @@
 import unittest
-import Image
+try:
+    import Image
+except ImportError:
+    from PIL import Image
+
 import gameduino2 as gd2