Converted command line interface to Python3

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2015-02-19 12:56:21 +01:00
parent a355762fc4
commit 991b0d9942
2 changed files with 48 additions and 44 deletions

View File

@@ -415,7 +415,7 @@ def parse(expr):
if __name__ == "__main__":
while True:
e = str(raw_input("Expression: "))
e = input("Expression: ")
print (parse(e))
# b=u"σ age>1 and skill=='C' (peopleᐅᐊskills)"