Salome HOME
Porting to Python 3
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPluginBuilder.py
index c1f83c1e66f9a90872566721d6676184eb3133ea..89f4d84a5a74d61673ad36ba0b5995fbeecd2f0a 100644 (file)
@@ -72,7 +72,7 @@ class GHS3DPRL_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 noGHS3DPRLPlugin: print "Warning: GHS3DPRLPlugin module unavailable"
+        if noGHS3DPRLPlugin: print("Warning: GHS3DPRLPlugin module unavailable")
         self.Create(mesh, geom, self.algoType, "libGHS3DPRLEngine.so")
         self.params = None
         pass