Fix traceback on mesh disconnect command
This commit is contained in:
parent
3f6c03b8ee
commit
a1f5cece18
2
NEWS
2
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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user