Salome HOME
Merge 'master' branch into 'V9_dev' branch
[modules/kernel.git] / doc / salome / python_doc_compl.dox
index eca7301eb64092f21b892183e0b5a13c112b7327..fa29dcab3e8c8eda06a05059001002fb2bdaa383 100644 (file)
@@ -120,7 +120,7 @@ def extend_path(pname):
     # WARN: This may still add duplicate entries to path on
     # case-insensitive filesystems
     if os.path.isdir(subdir) and subdir not in __path__:
-      print "INFO - The directory %s is appended to sys.path" % subdir
+      print("INFO - The directory %s is appended to sys.path" % subdir)
       __path__.append(subdir)
  
 extend_path(ROOT_PYTHONPACKAGE_NAME)