James Bowman hace 6 años
padre
commit
f1ebd20395
Se han modificado 1 ficheros con 5 adiciones y 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