mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:03:26 +02:00
pep8
This commit is contained in:
parent
dbfb3fc2ca
commit
04187413a6
1 changed files with 2 additions and 2 deletions
|
|
@ -164,6 +164,7 @@ def set_to_no(self):
|
|||
def set_to_cleared(self):
|
||||
self.combobox.setCurrentIndex(2)
|
||||
|
||||
|
||||
class Int(Base):
|
||||
|
||||
def setup_ui(self, parent):
|
||||
|
|
@ -600,6 +601,7 @@ def comments_factory(db, key, parent):
|
|||
return LongText(db, key, parent)
|
||||
return Comments(db, key, parent)
|
||||
|
||||
|
||||
widgets = {
|
||||
'bool' : Bool,
|
||||
'rating' : Rating,
|
||||
|
|
@ -1206,5 +1208,3 @@ def getter(self):
|
|||
'series': BulkSeries,
|
||||
'enumeration': BulkEnumeration,
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue