X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2Fcreate_hints.py;h=20360b6a73f8ef527e2a2257307841a06fc15771;hb=1b53d3e71cbdc086a559ed4690aee6a2aa897f95;hp=31addda54dd026af70ecf3719d2a799c0df7733e;hpb=89c33033151baa33eeac8fb09d9c0488acb43c35;p=modules%2Fparavis.git diff --git a/idl/create_hints.py b/idl/create_hints.py index 31addda5..20360b6a 100755 --- a/idl/create_hints.py +++ b/idl/create_hints.py @@ -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)