Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #293 from True-Demon/master
Browse files Browse the repository at this point in the history
Backwards compatible import fix for Python3.7 and earlier
  • Loading branch information
ChrisTruncer authored Jun 6, 2019
2 parents 22b4cdb + 4f40e19 commit 114c9a7
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 114c9a7

Please sign in to comment.