Skip to content

Commit c844141

Browse files
committed
two minor changes to get things to run
1 parent 2a67200 commit c844141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sc2reader/resources.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from datetime import datetime
77
import time
88
from StringIO import StringIO
9-
from collections import defaultdict
9+
from collections import defaultdict, deque
1010

1111
import urllib2
1212
from mpyq import MPQArchive
@@ -99,7 +99,7 @@ class Replay(Resource):
9999
game_length = None
100100

101101
#: The :class:`Length` of the replay in real time adjusted for the game speed
102-
self.real_length = None
102+
real_length = None
103103

104104
#: The gateway the game was played on: us, eu, sea, etc
105105
gateway = str()

0 commit comments

Comments
 (0)