mirror of
https://github.com/pret/pokemon-reverse-engineering-tools.git
synced 2026-08-09 18:57:29 -05:00
move vba_keyboard.py -> keyboard.py
This commit is contained in:
parent
815266f03f
commit
5d41f8a91d
|
|
@ -109,10 +109,7 @@ Gb.loadVBA()
|
|||
|
||||
from vba_config import *
|
||||
|
||||
try:
|
||||
import vba_keyboard as keyboard
|
||||
except ImportError:
|
||||
print "Not loading the keyboard module (which uses networkx)."
|
||||
import keyboard
|
||||
|
||||
if not os.path.exists(rom_path):
|
||||
raise Exception("rom_path is not configured properly; edit vba_config.py? " + str(rom_path))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user