summaryrefslogtreecommitdiff
path: root/python3/vdebug/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'python3/vdebug/util.py')
-rw-r--r--python3/vdebug/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python3/vdebug/util.py b/python3/vdebug/util.py
index 653705e..4332e7e 100644
--- a/python3/vdebug/util.py
+++ b/python3/vdebug/util.py
@@ -105,7 +105,7 @@ class Keymapper:
"""
exclude = ["run", "close", "set_breakpoint", "enable_breakpoint", "disable_breakpoint",
- "toggle_breakpoint" "eval_visual"]
+ "toggle_breakpoint", "eval_visual"]
def __init__(self):
self.is_mapped = False