Commit 070b9cf0 authored by hupantingxue's avatar hupantingxue

Fix python3.x unicode issue;

parent f57e4fe8
#!/usr/bin/env python #!/usr/bin/env python
#-*- coding:utf8 -*- #-*- coding:utf8 -*-
import sys
if not unicode: if 2 != sys.version_info[0]:
unicode = str unicode = str
def add(*types): def add(*types):
......
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