From 073df8503d68f54455b63f2eed6e791c582e3306 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Sep 2012 19:55:55 +0530 Subject: [PATCH] ... --- src/calibre/library/catalogs/epub_mobi.py | 2 +- src/calibre/library/server/base.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/library/catalogs/epub_mobi.py b/src/calibre/library/catalogs/epub_mobi.py index 6225612cc8..668fb5156f 100644 --- a/src/calibre/library/catalogs/epub_mobi.py +++ b/src/calibre/library/catalogs/epub_mobi.py @@ -7,7 +7,7 @@ __license__ = 'GPL v3' __copyright__ = '2012, Kovid Goyal ' __docformat__ = 'restructuredtext en' -import os, shutil +import os from collections import namedtuple from calibre import strftime diff --git a/src/calibre/library/server/base.py b/src/calibre/library/server/base.py index 884d273ea9..9c14f128dd 100644 --- a/src/calibre/library/server/base.py +++ b/src/calibre/library/server/base.py @@ -5,7 +5,7 @@ __license__ = 'GPL v3' __copyright__ = '2010, Kovid Goyal ' __docformat__ = 'restructuredtext en' -import os, socket +import os import logging from logging.handlers import RotatingFileHandler