mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-18 10:44:10 +02:00
Fix import strftime
This commit is contained in:
parent
975080a0f1
commit
7c253cc2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
# 2014.10.02 Fixed url Problem by lala-rob(web@lala-rob.de)
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
from calibre import gmtime
|
||||
from calibre import strftime
|
||||
import datetime
|
||||
|
||||
class SueddeutcheZeitung(BasicNewsRecipe):
|
||||
|
|
|
|||
Loading…
Reference in a new issue