PEP8 cleanup

This commit is contained in:
brad
2016-04-22 15:55:43 -05:00
committed by Yorik van Havre
parent 2fa564d03c
commit 7fbf896610
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