move vba_keyboard.py -> keyboard.py

This commit is contained in:
Bryan Bishop 2013-09-09 00:12:34 -05:00
parent 815266f03f
commit 5d41f8a91d
2 changed files with 1 additions and 4 deletions

View File

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