Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-09 05:19:06 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-09 05:19:06 (GMT)
commita1f5cece18c90a3dee1600771015099c6a79d3c0 (patch)
tree84934f8c8ab81d3cabc50d1d7681c2ef7cd86f3e /shell
parent3f6c03b8ee093152515155f7434d7f32463ef45f (diff)
Fix traceback on mesh disconnect command
Diffstat (limited to 'shell')
-rw-r--r--shell/view/devices/network/mesh.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/view/devices/network/mesh.py b/shell/view/devices/network/mesh.py
index da6a068..2543957 100644
--- a/shell/view/devices/network/mesh.py
+++ b/shell/view/devices/network/mesh.py
@@ -27,6 +27,8 @@ from model.devices import device
from sugar.graphics.palette import Palette
from model.devices.network import wireless
+from hardware import hardwaremanager
+
class DeviceView(CanvasIcon):
def __init__(self, model):
CanvasIcon.__init__(self, size=style.MEDIUM_ICON_SIZE,