fix imports in manual, better README
[imago.git] / src / manual.py
index 4030104..67f58e0 100644 (file)
@@ -1,8 +1,8 @@
 """Manual grid selection module"""
 
-import pygame
-import ImageDraw
 from math import sqrt, acos, copysign
+from PIL import ImageDraw
+import pygame
 
 from geometry import l2ad, line, intersection