From 080bbf00ff93e334eb22e89fb980a64769b4aa01 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Mon, 29 Aug 2016 15:13:18 -0500 Subject: some python3-specific changes --- tests/test_vba_battle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_vba_battle.py') 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, ) -- cgit v1.2.3