mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-02 14:44:42 +01:00
...
This commit is contained in:
parent
2963776702
commit
073df8503d
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
__copyright__ = '2012, Kovid Goyal <kovid@kovidgoyal.net>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
import os, shutil
|
||||
import os
|
||||
from collections import namedtuple
|
||||
|
||||
from calibre import strftime
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
__copyright__ = '2010, Kovid Goyal <kovid@kovidgoyal.net>'
|
||||
__docformat__ = 'restructuredtext en'
|
||||
|
||||
import os, socket
|
||||
import os
|
||||
import logging
|
||||
from logging.handlers import RotatingFileHandler
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue