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.
This commit is contained in:
Bryan Bishop
2013-09-08 22:55:25 -05:00
parent 37b9c79b4c
commit 0eb5468d22

View File

@@ -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