From 0eb5468d220606ad4c2cc93df96faf7a338c958c Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 8 Sep 2013 22:55:25 -0500 Subject: fix some imports in pokemontools/vba/vba.py This file is meant to be run while under jython, so it's not completely fair to run it through python2.7 when testing. But whatever. --- pokemontools/vba/vba.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pokemontools/vba/vba.py') diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py index ea7bb2e..3e0b7dd 100644 --- a/pokemontools/vba/vba.py +++ b/pokemontools/vba/vba.py @@ -87,9 +87,9 @@ from copy import copy import unittest # for converting bytes to readable text -from chars import chars +from pokemontools.chars import chars -from map_names import map_names +from pokemontools.map_names import map_names # for _check_java_library_path from java.lang import System -- cgit v1.2.3