mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-10 13:44:20 +01:00
...
This commit is contained in:
parent
0ae052cd4a
commit
3a1d39422a
1 changed files with 0 additions and 2 deletions
|
|
@ -40,8 +40,6 @@ def initialize(self, name):
|
|||
|
||||
def options(self):
|
||||
# Save/return the current options
|
||||
# getattr() returns text value of QLineEdit control
|
||||
print "gui2.catalog.catalog_epub_mobi:options(): Saving options"
|
||||
opts_dict = {}
|
||||
for opt in self.OPTION_FIELDS:
|
||||
opt_value = unicode(getattr(self, opt[0]).text())
|
||||
|
|
|
|||
Loading…
Reference in a new issue