From 37b9c79b4ce7564fe09a48df61b01d97c55bf18c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 8 Sep 2013 22:54:39 -0500 Subject: fix some imports in test_vba.py --- tests/test_vba.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/test_vba.py b/tests/test_vba.py index a257f20..56a71e3 100644 --- a/tests/test_vba.py +++ b/tests/test_vba.py @@ -4,12 +4,12 @@ Tests for VBA automation tools import unittest -import vba +import pokemontools.vba.vba as vba try: - import vba_autoplayer + import pokemontools.vba.vba_autoplayer except ImportError: - import autoplayer as vba_autoplayer + import pokemontools.vba.autoplayer as vba_autoplayer vba_autoplayer.vba = vba -- cgit v1.2.3