python: Sketcher: *.py: Fix python3 syntax
This commit is contained in:
parent
381419c267
commit
3a27378844
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user