Helpviewer/UrlBar/FavIconLabel.py

changeset 2403
e3d7a861547c
parent 2302
f29e9405c851
child 2525
8b507a9a2d40
child 3002
6ffc581f00f1
diff -r 304fcefd3b04 -r e3d7a861547c Helpviewer/UrlBar/FavIconLabel.py
--- a/Helpviewer/UrlBar/FavIconLabel.py	Sun Feb 10 15:26:21 2013 +0100
+++ b/Helpviewer/UrlBar/FavIconLabel.py	Sun Feb 10 18:31:31 2013 +0100
@@ -10,8 +10,6 @@
 from PyQt4.QtCore import Qt, QPoint, QUrl, QMimeData
 from PyQt4.QtGui import QLabel, QApplication, QDrag, QPixmap
 
-import Helpviewer.HelpWindow
-
 
 class FavIconLabel(QLabel):
     """
@@ -39,6 +37,7 @@
         """
         Private slot to set the icon.
         """
+        import Helpviewer.HelpWindow
         try:
             url = QUrl()
             if self.__browser:

eric ide

mercurial