Skip to content

Commit 0187bd1

Browse files
committed
Fixes several broken imports
1 parent 4a94f28 commit 0187bd1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sc2reader/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
from mpyq import MPQArchive
44
from config import DefaultConfig
5+
from utils import read_header
56

67
def read(location,config=DefaultConfig()):
78
if not os.path.exists(location):

test_replays/test_all.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
sys.path.insert(0, os.path.normpath(os.path.join(os.path.dirname(os.path.abspath(__file__)),"../")))
99

1010
import sc2reader
11-
from sc2reader import Replay
1211
from sc2reader.exceptions import ParseError
1312

1413
# Parsing should fail for an empty file.

0 commit comments

Comments
 (0)