From 452c379d308ad7d2905bf7dfe9673176ca08d72d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 19 Aug 2009 17:44:37 +0900 Subject: [PATCH] remove duplicate import lines --- ankiqt/ui/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index dbc453919..4188154fe 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -2,9 +2,6 @@ # -*- coding: utf-8 -*- # License: GNU GPL, version 3 or later; http://www.gnu.org/copyleft/gpl.html -from PyQt4.QtGui import * -from PyQt4.QtCore import * -from PyQt4.QtWebKit import QWebPage import os, sys, re, types, gettext, stat, traceback, inspect import shutil, time, glob, tempfile, datetime, zipfile, locale @@ -12,6 +9,7 @@ from operator import itemgetter from PyQt4.QtCore import * from PyQt4.QtGui import * +from PyQt4.QtWebKit import QWebPage from anki import DeckStorage from anki.errors import * from anki.sound import hasSound, playFromText, clearAudioQueue, stripSounds