From: fahed Date: Tue, 26 Nov 2013 12:49:32 +0000 (+0000) Subject: Windows fix X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=128e8a9c4f218409f4a0471313677a4c395dcf29;p=modules%2Fyacs.git Windows fix --- diff --git a/bin/appliskel/salome b/bin/appliskel/salome index d12155b33..7914df124 100755 --- a/bin/appliskel/salome +++ b/bin/appliskel/salome @@ -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)