output bug fixed
[imago.git] / gridf.py
index 58229a4..e957880 100644 (file)
--- a/gridf.py
+++ b/gridf.py
@@ -5,8 +5,8 @@ from functools import partial
 
 import Image, ImageDraw, ImageFilter
 
-from geometry import V, projection
-from manual import lines as g_grid, l2ad
+from geometry import V, projection, l2ad
+from manual import lines as g_grid
 from intrsc import intersections_from_angl_dist
 from linef import line_from_angl_dist
 import pcf