Skip to content

Commit 6e9fada

Browse files
committed
Add explicit submodule imports to resolve certain runtime import issues.
1 parent c381558 commit 6e9fada

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sc2reader/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
from __future__ import absolute_import
22

3+
# import submodules
4+
from sc2reader import listeners, data, scripts, processors
5+
36
from sc2reader import factories, log_utils
47

58
# setup the library logging

0 commit comments

Comments
 (0)