summaryrefslogtreecommitdiff
path: root/pokemontools/vba
diff options
context:
space:
mode:
Diffstat (limited to 'pokemontools/vba')
-rw-r--r--pokemontools/vba/keyboard.py (renamed from pokemontools/vba/vba_keyboard.py)0
-rw-r--r--pokemontools/vba/vba.py5
2 files changed, 1 insertions, 4 deletions
diff --git a/pokemontools/vba/vba_keyboard.py b/pokemontools/vba/keyboard.py
index f25fd06..f25fd06 100644
--- a/pokemontools/vba/vba_keyboard.py
+++ b/pokemontools/vba/keyboard.py
diff --git a/pokemontools/vba/vba.py b/pokemontools/vba/vba.py
index 3e0b7dd..b7c3768 100644
--- a/pokemontools/vba/vba.py
+++ b/pokemontools/vba/vba.py
@@ -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))