From: rnv Date: Thu, 22 Jun 2017 16:03:44 +0000 (+0300) Subject: Merge Python 3 porting. X-Git-Tag: V9_0_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9f30c086ceceef57709bc2971bd30252920faa38;hp=1b359b696a744f5cefdd5185651b466a78e5812f;p=plugins%2Fnetgenplugin.git Merge Python 3 porting. --- diff --git a/src/NETGENPlugin/NETGENPluginBuilder.py b/src/NETGENPlugin/NETGENPluginBuilder.py index d5f9460..932500d 100644 --- a/src/NETGENPlugin/NETGENPluginBuilder.py +++ b/src/NETGENPlugin/NETGENPluginBuilder.py @@ -105,7 +105,7 @@ class NETGEN_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 noNETGENPlugin: print "Warning: NETGENPlugin module unavailable" + if noNETGENPlugin: print("Warning: NETGENPlugin module unavailable") self.Create(mesh, geom, self.algoType, LIBRARY) self.params = None pass