diff options
author | Bryan Bishop <kanzure@gmail.com> | 2016-08-29 15:13:18 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2016-08-29 15:13:18 -0500 |
commit | 080bbf00ff93e334eb22e89fb980a64769b4aa01 (patch) | |
tree | c67cc7b8500aac4e400d4e8bfdbef57a57b63eb1 /tests/bootstrapping.py | |
parent | 85ee624293900c78e9b02f1fcb4aa00c5b2140a5 (diff) |
some python3-specific changespy3-continued
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, ) |