summaryrefslogtreecommitdiff
path: root/pokemontools/vba/vba.py
diff options
context:
space:
mode:
Diffstat (limited to 'pokemontools/vba/vba.py')
-rw-r--r--pokemontools/vba/vba.py5
1 files changed, 1 insertions, 4 deletions
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))