translation cleanup (postprocessing files)

This commit is contained in:
sliptonic
2022-01-04 13:49:27 -06:00
parent f3eceb3f4a
commit 268203103d
3 changed files with 16 additions and 22 deletions

View File

@@ -29,6 +29,8 @@ These are a common functions and classes for creating custom post processors.
from PySide import QtCore, QtGui
import FreeCAD
translate = FreeCAD.Qt.translate
FreeCADGui = None
if FreeCAD.GuiUp:
import FreeCADGui