projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix imports to work with pillow
[imago.git]
/
src
/
manual.py
diff --git
a/src/manual.py
b/src/manual.py
index
5a18fde
..
fb7f832
100644
(file)
--- a/
src/manual.py
+++ b/
src/manual.py
@@
-1,6
+1,6
@@
"""Manual grid selection module"""
-import ImageDraw
+
from PIL
import ImageDraw
from math import sqrt, acos, copysign
from geometry import l2ad, line, intersection