Skip to content

Commit 475cd3a

Browse files
committed
Processors are now deprecated.
Next step is to fix up the json and toDict processors and make them available as contrib functions for people to run themselves like: to_json(sc2reader.load_replay('my/replay.SC2Replay')) Certainly having prepackaged functions like this could be useful.
1 parent 3b97464 commit 475cd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import absolute_import
22

33
# import submodules
4-
from sc2reader import listeners, data, scripts, processors
4+
from sc2reader import listeners, data, scripts
55

66
from sc2reader import factories, log_utils
77

0 commit comments

Comments
 (0)