mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-03 16:04:06 +01:00
...
This commit is contained in:
parent
0bba8cf23d
commit
17df1ea84b
1 changed files with 2 additions and 1 deletions
|
|
@ -107,6 +107,7 @@ def load_conversion_widgets(self):
|
|||
if __name__ == '__main__':
|
||||
from PyQt4.Qt import QApplication
|
||||
app = QApplication([])
|
||||
test_widget('Conversion', 'Input Options')
|
||||
#test_widget('Conversion', 'Input Options')
|
||||
#test_widget('Conversion', 'Common Options')
|
||||
test_widget('Conversion', 'Output Options')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue