mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 09:03:43 +02:00
This commit is contained in:
parent
79d6077250
commit
04137a0b25
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
'''Logic to create a Newsweek HTML aggregator from RSS feeds'''
|
||||
|
||||
import sys, urllib2, time, re, tempfile, os, shutil
|
||||
import tempfile, os, shutil
|
||||
|
||||
from libprs500.ebooks.lrf.web import build_index, parse_feeds
|
||||
from libprs500 import __appname__, iswindows, browser
|
||||
|
|
|
|||
Loading…
Reference in a new issue