Make unescape.py python3 compatible
This commit is contained in:
parent
55664d849a
commit
7f2c2f8d62
@ -3,7 +3,7 @@ import sys
|
|||||||
|
|
||||||
|
|
||||||
def unescape(string):
|
def unescape(string):
|
||||||
print eval(string)
|
print(eval(string))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user