remove unused imports
This commit is contained in:
parent
5506fdb46e
commit
35e2e38207
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from PyQt4.QtGui import QFrame
|
||||
from PyQt4.QtCore import Qt, SIGNAL
|
||||
from PyQt4.QtCore import SIGNAL
|
||||
|
||||
from weboob.applications.qcineoob.ui.minisubtitle_ui import Ui_MiniSubtitle
|
||||
from weboob.capabilities.base import empty
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from PyQt4.QtGui import QFrame
|
||||
from PyQt4.QtCore import Qt, SIGNAL
|
||||
from PyQt4.QtCore import SIGNAL
|
||||
|
||||
from weboob.applications.qcineoob.ui.minitorrent_ui import Ui_MiniTorrent
|
||||
from weboob.applications.weboorrents.weboorrents import sizeof_fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue