Skip to content

Commit

Permalink
Fix wrong path for module import #678 (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcraft committed Mar 5, 2020
1 parent d221fae commit d471548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuxemon/core/rumble/libshake.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from threading import Thread
from time import sleep

from tuxemon.core.tools import Rumble
from tuxemon.core.rumble.tools import Rumble

Shake_EffectType = c_int
SHAKE_EFFECT_RUMBLE = Shake_EffectType(0)
Expand Down

0 comments on commit d471548

Please sign in to comment.