Salome HOME
CMake: doing proper string comparison in IF clause
[modules/paravis.git] / idl / create_hints.py
index 31addda54dd026af70ecf3719d2a799c0df7733e..20360b6a73f8ef527e2a2257307841a06fc15771 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -24,7 +24,8 @@ CONF_DIR = os.path.dirname(sys.argv[0])
 
 content = ""
 for filename in [
-    os.path.join(sys.argv[1], "hints"),
+#    os.path.join(sys.argv[1], "hints"),
+    os.path.join(CONF_DIR, "hints"),
     os.path.join(CONF_DIR, "hints_paravis"),
     ]:
     stream = open(filename)