ShapeString: fix for 0.17

This commit is contained in:
DeepSOIC 2016-06-14 20:33:33 +03:00
parent 062f64c727
commit 88ff0ca035

View File

@ -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"