summaryrefslogtreecommitdiff
path: root/tests/test_vba_battle.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/test_vba_battle.py
parent857c18b6d1ca9c7597f78d2b4e851fedeb33c01b (diff)
parent080bbf00ff93e334eb22e89fb980a64769b4aa01 (diff)
Merge pull request #1 from pret/py3-continued
More python3-related changes
Diffstat (limited to 'tests/test_vba_battle.py')
-rw-r--r--tests/test_vba_battle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_vba_battle.py b/tests/test_vba_battle.py
index c6debc3..5664392 100644
--- a/tests/test_vba_battle.py
+++ b/tests/test_vba_battle.py
@@ -4,7 +4,7 @@ Tests for the battle controller
import unittest
-from setup_vba import (
+from tests.setup_vba import (
vba,
autoplayer,
)