Now that the python scripts are all in a "redo" python module, we can use the "new style" (ahem) package-relative imports. This appeases pylint, plus avoids confusion in case more than one package has similarly-named modules.
1 line
40 B
Python
1 line
40 B
Python
from ._version import COMMIT, TAG, DATE
|