Commit 94d95bed authored by Jiajun Huang's avatar Jiajun Huang

fix wrong comments

parent 0500b4fe
...@@ -18,10 +18,10 @@ import collections ...@@ -18,10 +18,10 @@ import collections
import gdb import gdb
try: # py3k try: # python 2
UNICODE = unicode UNICODE = unicode
BYTES = str BYTES = str
except NameError: # py2k except NameError: # python 3
UNICODE = str UNICODE = str
BYTES = bytes BYTES = bytes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment