Skip to content

Commit 3709bcb

Browse files
committed
Fix another broken sc2reader.plugins reference.
1 parent c6d585f commit 3709bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sc2reader/scripts/sc2json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import absolute_import, print_function, unicode_literals, division
44

55
import sc2reader
6-
from sc2reader.plugins.replay import toJSON
6+
from sc2reader.factories.plugins.replay import toJSON
77

88

99
def main():

0 commit comments

Comments
 (0)