remove unused imports

This commit is contained in:
Romain Bignon 2014-11-26 08:47:22 +01:00
commit 35e2e38207
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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