Skip to content

Commit 3f1232a

Browse files
committed
Uses ordereddict from PyPi to support python version 2.4+
1 parent 0187bd1 commit 3f1232a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from collections import OrderedDict
1+
from ordereddict import OrderedDict
22

33
from sc2reader.objects import Replay
44
from sc2reader.processors import *
@@ -24,4 +24,4 @@ def __init__(self):
2424
EventProcessor,
2525
ApmProcessor,
2626
ResultsProcessor
27-
]
27+
]

0 commit comments

Comments
 (0)