Skip to content

Commit e2b6970

Browse files
committed
Restructure package to keep imports short
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent a66cdd4 commit e2b6970

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

jacklib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .version import __version__ # noqa
2+
from .api import * # noqa
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
from __future__ import absolute_import, print_function, unicode_literals
2424

25-
from . import jacklib
25+
from . import api as jacklib
2626

2727

2828
# -------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)