Skip to content

Commit 9d43c14

Browse files
committed
Completed renaming (missed __init__.py in first commit)
1 parent 0563ce7 commit 9d43c14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sc2reader/__init__.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
load_map = __defaultSC2Reader.load_map
2929
load_game_summaries = __defaultSC2Reader.load_game_summaries
3030
load_game_summary = __defaultSC2Reader.load_game_summary
31-
load_match_infos = __defaultSC2Reader.load_match_infos
32-
load_match_info = __defaultSC2Reader.load_match_info
33-
load_match_histories = __defaultSC2Reader.load_match_histories
34-
load_match_history = __defaultSC2Reader.load_match_history
31+
load_map_infos = __defaultSC2Reader.load_map_infos
32+
load_map_info = __defaultSC2Reader.load_map_info
33+
load_map_histories = __defaultSC2Reader.load_map_headers
34+
load_map_history = __defaultSC2Reader.load_map_header
3535

3636

3737
configure = __defaultSC2Reader.configure
38-
reset = __defaultSC2Reader.reset
38+
reset = __defaultSC2Reader.reset

0 commit comments

Comments
 (0)