diff options
Diffstat (limited to 'tests/test_vba.py')
-rw-r--r-- | tests/test_vba.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_vba.py b/tests/test_vba.py index 461cb65..a5f7589 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -5,13 +5,13 @@ from __future__ import print_function import unittest -from setup_vba import ( +from tests.setup_vba import ( vba, autoplayer, keyboard, ) -from bootstrapping import ( +from tests.bootstrapping import ( bootstrap, bootstrap_trainer_battle, ) |