Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfran <fran@unknown>2010-07-30 14:54:29 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-30 14:56:31 (GMT)
commitd35320067b700babe61792bbb49a089aa5095be4 (patch)
tree2d346dfcf9de6a6e0690b72dafe3c5f61cc01395
parent2b6823173d4373bba6fd803ae059ace7b95f1712 (diff)
Add missing import in jarabe.model.network (#2106)
This was breaking sugar-control-panel invocations making it impossible to deregister from the school server. http://bugs.sugarlabs.org/ticket/2106 http://dev.laptop.org/ticket/10261
-rw-r--r--src/jarabe/model/network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/model/network.py b/src/jarabe/model/network.py
index 4389b87..0ff0c62 100644
--- a/src/jarabe/model/network.py
+++ b/src/jarabe/model/network.py
@@ -22,6 +22,7 @@ import os
import time
import dbus
+import dbus.service
import gobject
import ConfigParser
import gconf