works without pygame, where not needed
[imago.git] / src / imago.py
index fd16af0..698ef2d 100755 (executable)
@@ -14,7 +14,6 @@ except ImportError, msg:
     sys.exit(1)
 
 import linef
-import manual
 import intrsc
 import gridf3 as gridf
 import output
@@ -94,6 +93,7 @@ def main():
             pass
         
     if args.manual_mode:
+        import manual
         try:
             lines = manual.find_lines(image)
         except manual.UserQuitError: