schettino72 / doit-graphx

ABANDONED
MIT License
6 stars 4 forks source link

incorrect import of _version.py #3

Open schettino72 opened 9 years ago

schettino72 commented 9 years ago

cmd_graphx.py imports _version.py but this file this file is not installed! I guess importing a separate _version module would only make sense if cmd_graphx was a package (not a module).

ankostis commented 9 years ago

Indeed, installing _version in global is ugly.

Should move to own package the module instead.