diff options
author | Eevee <eevee.github@veekun.com> | 2016-08-31 10:43:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-31 10:43:47 -0700 |
commit | 766dea11bd63dee939db2b47198410e6c6e0fc7e (patch) | |
tree | c67cc7b8500aac4e400d4e8bfdbef57a57b63eb1 /tests/bootstrapping.py | |
parent | 857c18b6d1ca9c7597f78d2b4e851fedeb33c01b (diff) | |
parent | 080bbf00ff93e334eb22e89fb980a64769b4aa01 (diff) |
Merge pull request #1 from pret/py3-continued
More python3-related changes
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, ) |