summaryrefslogtreecommitdiff
path: root/python/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/common.py')
-rw-r--r--python/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/common.py b/python/common.py
index a07b87e..36896e1 100644
--- a/python/common.py
+++ b/python/common.py
@@ -19,7 +19,7 @@ hint_type = {
'no_func_name': Hint('no_func_name')
}
-def hint(python, program):
+def hint(python, program, aux_code=''):
# Check program for syntax errors.
try:
tree = ast.parse(program, filename='user')