Salome HOME
Revert selection of compsolid in RemoveSubshapes feature
[modules/shaper.git] / src / ConnectorPlugin / ConnectorPlugin.py
index e91ca315291531e01b4a6e5592ca9b8937da73ee..78c1c65eb9cfb4e59430d02bbf592fb038d23f6a 100644 (file)
@@ -39,7 +39,7 @@ class ConnectorPlugin(ModelAPI.ModelAPI_Plugin):
         if theFeatureID == ExportFeature.ID():
             return ExportFeature().__disown__()
         else:
-            print "ConnectorPlugin: No such feature %s" % theFeatureID
+            print("ConnectorPlugin: No such feature %s" % theFeatureID)
 
 ## The plugin created on module importing (from c++)
 plugin = ConnectorPlugin()