Delete unnecessary file

This commit is contained in:
Johannes Schönberger
2012-08-26 00:10:28 +02:00
parent c11e65bf4b
commit 24d1b201c9
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