Skip to content

Commit

Permalink
Backwards compatible import fix for Python3.7 and earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
Script-Nomad committed Apr 4, 2019
1 parent 22b4cdb commit 4f40e19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = ['lib']
1 change: 1 addition & 0 deletions lib/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = ['common']
1 change: 1 addition & 0 deletions lib/common/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__all__ = ['completer', 'helpers', 'messages', 'orchestra']

0 comments on commit 4f40e19

Please sign in to comment.