python: Sketcher: *.py: Fix python3 syntax

This commit is contained in:
Priit Laes 2016-03-12 15:06:34 +02:00 committed by looooo
parent 381419c267
commit 3a27378844

View File

@ -45,7 +45,7 @@ class SketcherWorkbench ( Workbench ):
try:
import Profiles
except ImportError:
print "Error in Profiles module"
print("Error in Profiles module")
def GetClassName(self):
return "SketcherGui::Workbench"