mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
...
This commit is contained in:
parent
50b55e4d3e
commit
6dd0f72bae
@ -1,9 +1,8 @@
|
|||||||
#!/usr/bin/env python2
|
#!/usr/bin/env python2
|
||||||
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai
|
||||||
|
# License: GPLv3 Copyright: 2011, Kovid Goyal <kovid at kovidgoyal.net>
|
||||||
|
|
||||||
__license__ = 'GPL v3'
|
from __future__ import absolute_import, division, print_function, unicode_literals
|
||||||
__copyright__ = '2011, Kovid Goyal <kovid@kovidgoyal.net>'
|
|
||||||
__docformat__ = 'restructuredtext en'
|
|
||||||
|
|
||||||
from PyQt5.Qt import (QDialog, QLabel, QVBoxLayout, QDialogButtonBox,
|
from PyQt5.Qt import (QDialog, QLabel, QVBoxLayout, QDialogButtonBox,
|
||||||
QProgressBar, QSize, QTimer, pyqtSignal, Qt)
|
QProgressBar, QSize, QTimer, pyqtSignal, Qt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user