Fixed a bug due to not importing the os module in the right place before trying to open a second script.

This commit is contained in:
Jeremy Wright 2014-12-12 22:19:41 -05:00
parent 925df1f6d3
commit 3a0e206fe4

View File

@ -118,7 +118,7 @@ class CadQueryOpenScript():
# return True
def Activated(self):
import sys
import os, sys
mw = FreeCADGui.getMainWindow()