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/test_vba_battle.py | |
parent | 857c18b6d1ca9c7597f78d2b4e851fedeb33c01b (diff) | |
parent | 080bbf00ff93e334eb22e89fb980a64769b4aa01 (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.py | 2 |
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, ) |