summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emaint5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/emaint b/bin/emaint
index 4aa1b7c04..6f9977dee 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -104,8 +104,9 @@ class VdbKeyHandler(object):
return errors
# this sucks, should track this in a different manner.
-modules = {"world" : WorldHandler,
- "vdbkeys": VdbKeyHandler}
+#modules = {"world" : WorldHandler,
+# "vdbkeys": VdbKeyHandler}
+modules = {"world" : WorldHandler}
module_names = modules.keys()
module_names.sort()