]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Windows fix
authorfahed <fahed>
Tue, 26 Nov 2013 12:49:32 +0000 (12:49 +0000)
committerfahed <fahed>
Tue, 26 Nov 2013 12:49:32 +0000 (12:49 +0000)
bin/appliskel/salome

index d12155b337e79f9ba3c0a14eaf316e8de83e6ccd..7914df12466de675f2934d49a2c1478040dd90be 100755 (executable)
@@ -5,7 +5,7 @@ import sys
 
 # Preliminary work to initialize path to SALOME Python modules
 def __initialize():
-  currentPath = os.path.dirname(__file__)
+  currentPath = os.path.dirname( os.path.abspath( __file__ ) )
   homePath = os.path.realpath(os.path.expanduser('~'))
   appliPath = os.path.relpath(currentPath, homePath)