fix scripteditor bug

This commit is contained in:
Maximilian Hils 2015-11-10 04:48:30 +01:00
parent 59d3e9d954
commit 3739e1fe82

View File

@ -63,6 +63,7 @@ class Script:
"""
def __init__(self, command, master):
self.command = command
self.args = self.parse_command(command)
self.ctx = ScriptContext(master)
self.ns = None