diff options
author | maheshgudi | 2017-02-06 19:59:24 +0530 |
---|---|---|
committer | maheshgudi | 2017-02-06 19:59:24 +0530 |
commit | aa7e5519a4f3809ad42eeaceb2a14b6190c5d345 (patch) | |
tree | 260d4b1dfdb427c427146b2915e4b4e305b82280 /yaksh/hook_evaluator.py | |
parent | a3886ca604760acee2940daae162940e86b7ac98 (diff) | |
download | online_test-aa7e5519a4f3809ad42eeaceb2a14b6190c5d345.tar.gz online_test-aa7e5519a4f3809ad42eeaceb2a14b6190c5d345.tar.bz2 online_test-aa7e5519a4f3809ad42eeaceb2a14b6190c5d345.zip |
fixed unicode literal bug
Diffstat (limited to 'yaksh/hook_evaluator.py')
-rw-r--r-- | yaksh/hook_evaluator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/hook_evaluator.py b/yaksh/hook_evaluator.py index 3956da1..2cc4578 100644 --- a/yaksh/hook_evaluator.py +++ b/yaksh/hook_evaluator.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -from __future__ import unicode_literals import sys import traceback import os |