Move set_color() to draw module.

This commit is contained in:
Anders Boesen Lindbo Larsen
2012-12-27 20:42:01 +01:00
parent 74e6c38d6f
commit b770578aae
3 changed files with 35 additions and 18 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
from ._draw import line, polygon, ellipse, circle, circle_perimeter
from ._draw import line, polygon, ellipse, circle, circle_perimeter, set_color
bresenham = line