Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/hardware
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-04-06 22:08:54 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-04-06 22:08:54 (GMT)
commit2d08ff01631b5e7a0748fd7fc3290e9daed478ae (patch)
tree9808e6e0f0e8a07946b903d8c06dea7fa4c9591d /shell/hardware
parent1d25366c4f37f2273b6cc09ca9bfabdbbcb3fd31 (diff)
Move private extensions out of the lib, inside the shell.
Diffstat (limited to 'shell/hardware')
-rw-r--r--shell/hardware/hardwaremanager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hardware/hardwaremanager.py b/shell/hardware/hardwaremanager.py
index 631bd7e..4712970 100644
--- a/shell/hardware/hardwaremanager.py
+++ b/shell/hardware/hardwaremanager.py
@@ -19,7 +19,7 @@ import logging
import dbus
from hardware.nmclient import NMClient
-from _sugar import AudioManager
+from extensions import AudioManager
_HARDWARE_MANAGER_INTERFACE = 'org.laptop.HardwareManager'
_HARDWARE_MANAGER_SERVICE = 'org.laptop.HardwareManager'