summaryrefslogtreecommitdiff
path: root/tests/bootstrapping.py
diff options
context:
space:
mode:
authorEevee <eevee.github@veekun.com>2016-08-31 10:43:47 -0700
committerGitHub <noreply@github.com>2016-08-31 10:43:47 -0700
commit766dea11bd63dee939db2b47198410e6c6e0fc7e (patch)
treec67cc7b8500aac4e400d4e8bfdbef57a57b63eb1 /tests/bootstrapping.py
parent857c18b6d1ca9c7597f78d2b4e851fedeb33c01b (diff)
parent080bbf00ff93e334eb22e89fb980a64769b4aa01 (diff)
Merge pull request #1 from pret/py3-continued
More python3-related changes
Diffstat (limited to 'tests/bootstrapping.py')
-rw-r--r--tests/bootstrapping.py2
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,
)