From a1f5cece18c90a3dee1600771015099c6a79d3c0 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sun, 09 Sep 2007 05:19:06 +0000 Subject: Fix traceback on mesh disconnect command --- diff --git a/NEWS b/NEWS index bb7c437..c02c43f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* Fix traceback on mesh disconnect command (dcbw) + Snapshot 6b6470ebcb * #1260, #2664, #1542, #2985: Rework network UI bits to be more informative and 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, -- cgit v0.9.1