import argparse
from salome_utils import getUserName
-import getAppliPath
appli_local=os.path.realpath(os.path.dirname(__file__))
-APPLI=getAppliPath.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))
+APPLI=os.path.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))
usage="""%(prog)s [options]
import argparse
from salome_utils import getUserName
-import getAppliPath
appli_local=os.path.realpath(os.path.dirname(__file__))
-APPLI=getAppliPath.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))
+APPLI=os.path.relpath(appli_local,os.path.realpath(os.path.expanduser("~")))
usage="""%(prog)s [options]
Typical use is: