From 69e0d1d6f124330b839494fa9d661d41ec569ba5 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Wed, 19 Oct 2016 21:21:03 +0800 Subject: [PATCH] fix bug of unicode in optparse --- nhentai/cmdline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/cmdline.py b/nhentai/cmdline.py index c20802c..41086bf 100644 --- a/nhentai/cmdline.py +++ b/nhentai/cmdline.py @@ -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: