diff -r 261bc03812fd -r 9624a110667d Helpviewer/HelpWindow.py --- a/Helpviewer/HelpWindow.py Sun Jan 31 16:15:16 2010 +0000 +++ b/Helpviewer/HelpWindow.py Sun Jan 31 17:11:22 2010 +0000 @@ -11,7 +11,6 @@ from PyQt4.QtCore import * from PyQt4.QtGui import * -from PyQt4.QtNetwork import QNetworkProxy from PyQt4.QtWebKit import QWebSettings from PyQt4.QtHelp import QHelpEngine, QHelpEngineCore, QHelpSearchQuery @@ -2820,4 +2819,4 @@ if cls._adblockManager is None: cls._adblockManager = AdBlockManager() - return cls._adblockManager \ No newline at end of file + return cls._adblockManager