fix bug of unicode in optparse

This commit is contained in:
Ricter Z 2016-10-19 21:21:03 +08:00
parent c300a2777f
commit 69e0d1d6f1

View File

@ -1,5 +1,5 @@
# coding: utf-8
from __future__ import print_function, unicode_literals
from __future__ import print_function
import sys
from optparse import OptionParser
try: