summaryrefslogtreecommitdiff
path: root/ick2/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-06 23:26:19 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-06 23:26:19 +0300
commitde72082d01e5be092e930deaad0feb0e13433ebe (patch)
tree224417be263c23cdc5887f62a98fb0b2290c7b6c /ick2/__init__.py
parent8fe975ecc4269ede268bb156ca530424cfea7a19 (diff)
downloadick2-de72082d01e5be092e930deaad0feb0e13433ebe.tar.gz
Dang
Debian build magic insists on running setup.py with python2, and that breaks, because there's no python2 version of slog. maybe this'll do?
Diffstat (limited to 'ick2/__init__.py')
-rw-r--r--ick2/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ick2/__init__.py b/ick2/__init__.py
index fee8e80..bf349aa 100644
--- a/ick2/__init__.py
+++ b/ick2/__init__.py
@@ -1,7 +1,6 @@
# Copyright (C) 2017 Lars Wirzenius
-from .version import __version__, __version_info__
from .logging import setup_logging, log
from .state import ControllerState, NotFound
from .controllerapi import ControllerAPI