Skip to content

Commit

Permalink
Update Render.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Dec 1, 2018
1 parent 78ec9a0 commit 1455f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Render.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# It will add all renderer modules specified below at FreeCAD launch, and
# create the necessary UI controls.

import os,re,tempfile,FreeCAD,importlib
import sys,os,re,tempfile,FreeCAD,importlib

if FreeCAD.GuiUp:
from PySide import QtCore, QtGui
Expand Down

0 comments on commit 1455f7a

Please sign in to comment.