X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/f1094e68978c348e13ddc4f1da0af6d481ec7cf0..fedf00614bb6be8cea0941e431a01dc8a417e5c5:/src/manual.py?ds=inline diff --git a/src/manual.py b/src/manual.py index 4030104..5a18fde 100644 --- a/src/manual.py +++ b/src/manual.py @@ -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()