diff options
Diffstat (limited to 'tests/bootstrapping.py')
-rw-r--r-- | tests/bootstrapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bootstrapping.py b/tests/bootstrapping.py index b71c19a..a8c2402 100644 --- a/tests/bootstrapping.py +++ b/tests/bootstrapping.py @@ -2,7 +2,7 @@ Functions to bootstrap the emulator state """ -from setup_vba import ( +from tests.setup_vba import ( vba, autoplayer, ) |