This commit is contained in:
Florian Bruhin 2014-01-16 16:00:25 +01:00
parent 7c9b6bdbde
commit 8f9bfb02c3

View File

@ -12,7 +12,7 @@ def register_all():
cls.bind()
class CommandParser(QObject):
def parse(self, test):
def parse(self, text):
parts = text.strip().split()
cmd = parts[0]
args = parts[1:]