mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-09-12 04:05:13 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user