removed assert

This commit is contained in:
zzzzrrr 2009-12-02 16:06:51 -05:00
parent 91c722558a
commit 3d9b6d8a83
1 changed files with 0 additions and 1 deletions

View File

@ -209,7 +209,6 @@ def line_intersect(edge, x):
class Triangulator(object):
def __init__(self, poly_line):
assert len(poly_line) > 3, "Number of points must be > 3"
self.polygons = []
self.trapezoids = []
self.xmono_poly = []