We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9ddc6 commit f872f5aCopy full SHA for f872f5a
sc2reader/plugins/replay.py
@@ -7,7 +7,7 @@
7
8
from sc2reader import log_utils
9
from sc2reader.utils import Length
10
-from sc2reader.events import SelectionEvent, HotkeyEvent, AddToHotkeyEvent, GetFromHotkeyEvent, SetToHotkeyEvent
+from sc2reader.events.game import SelectionEvent, HotkeyEvent, AddToHotkeyEvent, GetFromHotkeyEvent, SetToHotkeyEvent
11
from sc2reader.plugins.utils import PlayerSelection, GameState, JSONDateEncoder, plugin
12
13
@plugin
0 commit comments