Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/devices/network/wired.py
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-05 03:48:09 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-04-05 03:48:09 (GMT)
commit4b4cf9673c0afc7e220ff3c34023f3ce4537591a (patch)
tree255e9fcad673985edcfedf7d03998ba5e5dc53a9 /shell/model/devices/network/wired.py
parentba08492778261828e4411e0b8d1e4a47f21dbe52 (diff)
Cleanup of sugar device handling code
Diffstat (limited to 'shell/model/devices/network/wired.py')
-rw-r--r--shell/model/devices/network/wired.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/model/devices/network/wired.py b/shell/model/devices/network/wired.py
index ff791be..1712a64 100644
--- a/shell/model/devices/network/wired.py
+++ b/shell/model/devices/network/wired.py
@@ -6,7 +6,7 @@ class Device(device.Device):
self._nm_device = device
def get_id(self):
- return self._nm_device.get_op()
+ return str(self._nm_device.get_op())
def get_type(self):
return 'network.wired'