diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_vba.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index a257f20..56a71e3 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -4,12 +4,12 @@ Tests for VBA automation tools import unittest -import vba +import pokemontools.vba.vba as vba try: - import vba_autoplayer + import pokemontools.vba.vba_autoplayer except ImportError: - import autoplayer as vba_autoplayer + import pokemontools.vba.autoplayer as vba_autoplayer vba_autoplayer.vba = vba |