Skip to content

Commit c4eea74

Browse files
committed
datapacks is a better word than builds here.
1 parent e3ff027 commit c4eea74

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

sc2reader/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,4 +388,4 @@ def load_build(expansion, version):
388388
for version in ('base', '23925', '24247', '24764'):
389389
hots_builds[version] = load_build('HotS', version)
390390

391-
builds = {'WoL': wol_builds, 'HotS': hots_builds}
391+
datapacks = builds = {'WoL': wol_builds, 'HotS': hots_builds}

sc2reader/resources.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from collections import defaultdict, namedtuple
55
from datetime import datetime
66
import hashlib
7-
import sys
87
from xml.etree import ElementTree
98
import zlib
109

@@ -15,7 +14,7 @@
1514
from sc2reader import log_utils
1615
from sc2reader import readers
1716
from sc2reader import exceptions
18-
from sc2reader.data import builds as datapacks
17+
from sc2reader.data import datapacks
1918
from sc2reader.exceptions import SC2ReaderLocalizationError, CorruptTrackerFileError
2019
from sc2reader.objects import Participant, Observer, Computer, Team, PlayerSummary, Graph, BuildEntry, MapInfo
2120
from sc2reader.constants import REGIONS, GAME_SPEED_FACTOR, LOBBY_PROPERTIES

0 commit comments

Comments
 (0)