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