Fixed bug 625 in Arch module too

This commit is contained in:
Yorik van Havre
2012-03-13 10:05:04 -03:00
parent f22fc55363
commit 8fdc39df93
2 changed files with 5 additions and 2 deletions

View File

@@ -24,7 +24,8 @@
import FreeCAD
from draftlibs import fcgeo
pythonopen = open
if open.__module__ == '__builtin__':
pythonopen = open
def findVert(aVertex,aList):
"finds aVertex in aList, returns index"