Open schettino72 opened 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).
cmd_graphx.py
_version.py
_version
cmd_graphx
Indeed, installing _version in global is ugly.
Should move to own package the module instead.
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 ifcmd_graphx
was a package (not a module).