

Network

PyWireless
Network by caglar10ur 28 comments
there is a missing import here, i corrected on svn, following patch solves this issue...
Modified: PyWireless/PyWireless.py
=================================================================
--- PyWireless/PyWireless.py (original)
+++ PyWireless/PyWireless.py Sun Dec 18 02:55:33 2005
@@ -32,7 +32,7 @@
_ = __trans.ugettext
''' PyQt and PyKDE Modules'''
-from qt import QToolTip, QTimer, SIGNAL
+from qt import QToolTip, QTimer, QMessageBox, SIGNAL
from kdecore import KIcon, KIconLoader, KCmdLineArgs, KAboutData, KUniqueApplication, KStandardDirs
from kdeui import KSystemTray
from dcopexport import DCOPExObj - Dec 19 2005
Modified: PyWireless/PyWireless.py
=================================================================
--- PyWireless/PyWireless.py (original)
+++ PyWireless/PyWireless.py Sun Dec 18 02:55:33 2005
@@ -32,7 +32,7 @@
_ = __trans.ugettext
''' PyQt and PyKDE Modules'''
-from qt import QToolTip, QTimer, SIGNAL
+from qt import QToolTip, QTimer, QMessageBox, SIGNAL
from kdecore import KIcon, KIconLoader, KCmdLineArgs, KAboutData, KUniqueApplication, KStandardDirs
from kdeui import KSystemTray
from dcopexport import DCOPExObj - Dec 19 2005