From d486069b329a766a9074a84dc65191cb44f86468 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Mon, 19 Nov 2012 23:14:34 +0100 Subject: [PATCH] simply import --- Qwad.pyw | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Qwad.pyw b/Qwad.pyw index 9a492c4..8e5754d 100644 --- a/Qwad.pyw +++ b/Qwad.pyw @@ -7,9 +7,7 @@ from PyQt4.QtGui import QApplication from PyQt4.QtCore import QTranslator, QString, QLocale from GUI.VenPri import MWQwad from GUI.VenPri import nusDownloadingCLI -from TitleIDs import TitleDict -from TitleIDs import IOSdict -from TitleIDs import swap_dic +from TitleIDs import TitleDict, IOSdict, swap_dic class MultipleOption(Option): ACTIONS = Option.ACTIONS + ("extend",)