Salome HOME
Porting to Python 3
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPluginBuilder.py
index d65efc58b87cec9da5bc388696b3128d112e6699..3f71c42f9b976cee714bdcec7821a11aa8bbc17a 100644 (file)
@@ -74,7 +74,7 @@ class GHS3D_Algorithm(Mesh_Algorithm):
     #              if it is @c 0 (default), the algorithm is assigned to the main shape
     def __init__(self, mesh, geom=0):
         Mesh_Algorithm.__init__(self)
-        if noGHS3DPlugin: print "Warning: GHS3DPlugin module unavailable"
+        if noGHS3DPlugin: print("Warning: GHS3DPlugin module unavailable")
         self.Create(mesh, geom, self.algoType, "libGHS3DEngine.so")
         self.params = None
         pass