projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move pygame out of the way
[imago.git]
/
src
/
manual.py
diff --git
a/src/manual.py
b/src/manual.py
index
4030104
..
5a18fde
100644
(file)
--- a/
src/manual.py
+++ b/
src/manual.py
@@
-1,6
+1,5
@@
"""Manual grid selection module"""
"""Manual grid selection module"""
-import pygame
import ImageDraw
from math import sqrt, acos, copysign
import ImageDraw
from math import sqrt, acos, copysign
@@
-24,6
+23,7
@@
class Screen:
def find_lines(im_orig):
# TODO rename, refactor, comment
def find_lines(im_orig):
# TODO rename, refactor, comment
+ import pygame
im = im_orig.copy()
im = im_orig.copy()