v2.4
Steve Nyemba 3 weeks ago
parent 3025e6571b
commit 6ffc7ed7b5

@ -24,7 +24,7 @@ args["url"] = "https://healthcareio.the-phi.com/git/code/transport.git"
args['scripts'] = ['bin/transport'] args['scripts'] = ['bin/transport']
args['classifiers'] = ['Programming Language :: Python :: 3', args['classifiers'] = ['Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent','plugin-ix@git+https://github.com/lnyemba/plugins-ix' 'Operating System :: OS Independent'
] ]
# if sys.version_info[0] == 2 : # if sys.version_info[0] == 2 :
# args['use_2to3'] = True # args['use_2to3'] = True

@ -13,7 +13,7 @@ This class manages data from the registry and allows (read only)
@TODO: add property to the DATA attribute @TODO: add property to the DATA attribute
""" """
REGISTRY_PATH=os.sep.join([os.environ['HOME'],'.data-transport']) REGISTRY_PATH=os.sep.join([os.environ.get('HOME','USERPROFILE'),'.data-transport'])
# #
# This path can be overriden by an environment variable ... # This path can be overriden by an environment variable ...
# #

Loading…
Cancel
Save