PEP8 cleanup

This commit is contained in:
brad
2016-04-22 15:55:43 -05:00
committed by Yorik van Havre
parent eeec4f88a3
commit 2f17f11049
8 changed files with 994 additions and 991 deletions

View File

@@ -125,6 +125,11 @@ class PROFILEGate:
elif obj.ShapeType == 'Compound':
profileable = True
if sub[0:4] == 'Face':
profileable = True
if sub[0:4] == 'Edge':
profileable = True
elif obj.ShapeType == 'Face':
profileable = True