Added missing import sys in macro

This commit is contained in:
Yorik van Havre 2018-12-03 11:21:45 -02:00 committed by GitHub
parent ddb3536eb8
commit 8de252832b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
param = FreeCAD.ParamGet('User parameter:Plugins/parts_library')