Skip to content

Commit

Permalink
fix pollyglot/__init__.py so it imports info from __about__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NickleDave committed Oct 2, 2019
1 parent aa12480 commit d7d9464
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pollyglot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
from .__about__ import (
__author__,
__commit__,
__copyright__,
__email__,
__license__,
__summary__,
__title__,
__uri__,
__version__,
)

from . import datasets
from . import make
from . import tarprep
Expand Down

0 comments on commit d7d9464

Please sign in to comment.