mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
recipe: mainichi: fix missing import
This commit is contained in:
parent
4d7bab28b6
commit
403fd4d9c5
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
import re
|
||||
|
||||
class MainichiDailyITNews(BasicNewsRecipe):
|
||||
title = u'\u6bce\u65e5\u65b0\u805e(IT&\u5bb6\u96fb)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue