Helpviewer/AdBlock/AdBlockExceptionsDialog.py

changeset 2403
e3d7a861547c
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 2991
226481ff40d1
diff -r 304fcefd3b04 -r e3d7a861547c Helpviewer/AdBlock/AdBlockExceptionsDialog.py
--- a/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sun Feb 10 15:26:21 2013 +0100
+++ b/Helpviewer/AdBlock/AdBlockExceptionsDialog.py	Sun Feb 10 18:31:31 2013 +0100
@@ -12,8 +12,6 @@
 
 from .Ui_AdBlockExceptionsDialog import Ui_AdBlockExceptionsDialog
 
-import Helpviewer.HelpWindow
-
 import UI.PixmapCache
 
 
@@ -87,6 +85,7 @@
         for row in range(self.hostList.count()):
             hosts.append(self.hostList.item(row).text())
         
+        import Helpviewer.HelpWindow
         Helpviewer.HelpWindow.HelpWindow.adBlockManager().setExceptions(hosts)
         
         super().accept()

eric ide

mercurial