Fixed bug 625 in Arch module too
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user