move pygame out of the way
[imago.git] / src / manual.py
index 4030104..5a18fde 100644 (file)
@@ -1,6 +1,5 @@
 """Manual grid selection module"""
 
-import pygame
 import ImageDraw
 from math import sqrt, acos, copysign
 
@@ -24,6 +23,7 @@ class Screen:
 
 def find_lines(im_orig):
     # TODO rename, refactor, comment
+    import pygame
 
     im = im_orig.copy()