mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
03c537a8dc
commit
be305e596f
@ -4,6 +4,7 @@ https://ancientegyptmagazine.com
|
||||
from calibre import browser
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class ancientegypt(BasicNewsRecipe):
|
||||
title = 'The Past: Ancient Egypt Magazine'
|
||||
language = 'en'
|
||||
|
@ -4,6 +4,7 @@ https://www.military-history.org/
|
||||
from calibre import browser
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class milthist(BasicNewsRecipe):
|
||||
title = 'The Past: Military History Matters'
|
||||
language = 'en'
|
||||
|
@ -4,6 +4,7 @@ https://www.world-archaeology.com
|
||||
from calibre import browser
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class worldarch(BasicNewsRecipe):
|
||||
title = 'The Past: Current World Archaeology'
|
||||
language = 'en'
|
||||
|
@ -6,12 +6,10 @@ __docformat__ = 'restructuredtext en'
|
||||
|
||||
import textwrap
|
||||
|
||||
from qt.core import (QCheckBox, QDialog, QDialogButtonBox, QGridLayout, QHBoxLayout,
|
||||
QLabel, QLineEdit, QPushButton, QVBoxLayout, QWidget)
|
||||
from qt.core import QCheckBox, QDialog, QDialogButtonBox, QGridLayout, QHBoxLayout, QLabel, QLineEdit, QPushButton, QVBoxLayout, QWidget
|
||||
|
||||
from calibre.gui2 import error_dialog
|
||||
from calibre.gui2.device_drivers.tabbed_device_config import (DeviceConfigTab,
|
||||
DeviceOptionsGroupBox, TabbedDeviceConfig)
|
||||
from calibre.gui2.device_drivers.tabbed_device_config import DeviceConfigTab, DeviceOptionsGroupBox, TabbedDeviceConfig
|
||||
from calibre.gui2.dialogs.template_dialog import TemplateDialog
|
||||
from calibre.gui2.dialogs.template_line_editor import TemplateLineEditor
|
||||
from calibre.gui2.widgets2 import ColorButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user