View | Details | Raw Unified
Collapse All | Expand All

(-) bitpim-0.8.12-original/src/common.py (-1 / +1 lines)
 Lines 681-684    Link Here 
        # windows running from exe, return as is
        # windows running from exe, return as is
        return os.path.abspath(os.path.dirname(sys.executable))
        return os.path.abspath(os.path.dirname(sys.executable))
    # running from src, up one
    # running from src, up one
    return os.path.split(os.path.abspath(os.path.dirname(sys.argv[0])))[0]
    return os.path.abspath(os.path.dirname(sys.argv[0]))