From 88ff0ca03521e2a4a59175874ffb54300e25d8bd Mon Sep 17 00:00:00 2001 From: DeepSOIC Date: Tue, 14 Jun 2016 20:33:33 +0300 Subject: [PATCH] ShapeString: fix for 0.17 --- lattice2ShapeString.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lattice2ShapeString.py b/lattice2ShapeString.py index 8c0af8c..1acbdbf 100644 --- a/lattice2ShapeString.py +++ b/lattice2ShapeString.py @@ -89,6 +89,9 @@ class FoolFeatureDocumentObject: setattr(self,propname,None) self.properties.append((proptype, propname, group, hint)) + def positionBySupport(self): + return False + class LatticeShapeString: "The LatticeShapeString object"