Merge pull request #273 from ahojnnes/draw-file-deletion

STY: Delete unnecessary file in draw package.
This commit is contained in:
Stefan van der Walt
2012-08-26 07:23:50 -07:00
2 changed files with 2 additions and 8 deletions
+2 -1
View File
@@ -1 +1,2 @@
from .draw import *
from ._draw import line, polygon, ellipse, circle
bresenham = line
-7
View File
@@ -1,7 +0,0 @@
"""
Methods to draw on arrays.
"""
from ._draw import line, polygon, ellipse, circle
bresenham = line