projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
works without pygame, where not needed
[imago.git]
/
src
/
imago.py
diff --git
a/src/imago.py
b/src/imago.py
index
fd16af0
..
698ef2d
100755
(executable)
--- a/
src/imago.py
+++ b/
src/imago.py
@@
-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: