Multiscale-Genomics / mg-dm-api

API for the management of file locations and users within the MuG VRE
Apache License 2.0
0 stars 2 forks source link

Importing dmp #7

Closed marcopasi closed 7 years ago

marcopasi commented 7 years ago

Currently the syntax to import the dmp module mg-dm-api is:

from dmp.dmp import dmp
dmp_instance = dmp()

I propose to change it to:

from dmp import dmp
dmp_instance = dmp()
markmcdowall commented 7 years ago

I have modified the __init__.py so this should now be possible.