Added missing import sys in macro
This commit is contained in:
parent
ddb3536eb8
commit
8de252832b
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ considered when pushing, so you can place private Parts there.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
||||||
import FreeCAD, FreeCADGui, Part, zipfile, tempfile, Mesh, os, subprocess
|
import sys, FreeCAD, FreeCADGui, Part, zipfile, tempfile, Mesh, os, subprocess
|
||||||
from PySide import QtGui, QtCore
|
from PySide import QtGui, QtCore
|
||||||
|
|
||||||
param = FreeCAD.ParamGet('User parameter:Plugins/parts_library')
|
param = FreeCAD.ParamGet('User parameter:Plugins/parts_library')
|
||||||
|
|
Loading…
Add table
Reference in a new issue