summaryrefslogtreecommitdiff
path: root/obnamlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 16:44:25 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 16:44:25 +0300
commit4b0f6777d24f6836f8cea9046b43f948acda9ccf (patch)
tree20f66bb2cca2c9eecc89a9e57f15b35166d66e07 /obnamlib/__init__.py
parentb9833bc5f6c966ef419624d0c9aa1012a8ced5ea (diff)
downloadobnam-4b0f6777d24f6836f8cea9046b43f948acda9ccf.tar.gz
Require Python 2.7
Diffstat (limited to 'obnamlib/__init__.py')
-rw-r--r--obnamlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/__init__.py b/obnamlib/__init__.py
index 21428777..bd72f041 100644
--- a/obnamlib/__init__.py
+++ b/obnamlib/__init__.py
@@ -17,7 +17,7 @@
import cliapp
-from .version import __version__
+from .version import __version__, __version_info__
from .structurederror import StructuredError
from .structurederror_finder import find_structured_errors
from .obnamerror import ObnamError