From c12f7e8f5bbcfee4eeda708d1f1fdf6022131029 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 29 Mar 2011 14:19:59 -0400 Subject: [PATCH] only support two line points for now --- Line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Line.py b/Line.py index 2eeb506..834e71e 100644 --- a/Line.py +++ b/Line.py @@ -9,7 +9,7 @@ class Line(Shape): return len(self.vars) def nPts(self): - return 3 + return 2 def toEqu(self, ptNum): if ptNum == 0: