Commit e08af8cf authored by Taddeus Kroes's avatar Taddeus Kroes

Added default empty argument list to possibility.

parent 504b9da8
......@@ -6,7 +6,7 @@ MESSAGES = {}
class Possibility(object):
def __init__(self, root, handler, args):
def __init__(self, root, handler, args=()):
self.root = root
self.handler = handler
self.args = args
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment