[pkg-fso-commits] [SCM] framworkd debian packageing branch, debian, updated. debian/0.2.0-git20080909-1-2-gae25647

Joachim Breitner mail at joachim-breitner.de
Thu Sep 11 23:52:07 UTC 2008


The following commit has been merged in the debian branch:
commit f1bf35d7b9323cb446643fcd43fbab6a98cc70a0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Fri Sep 12 01:48:12 2008 +0200

    Fix self-made import bug in audio.py

diff --git a/framework/subsystems/odeviced/audio.py b/framework/subsystems/odeviced/audio.py
index ce3917d..3e03931 100644
--- a/framework/subsystems/odeviced/audio.py
+++ b/framework/subsystems/odeviced/audio.py
@@ -15,7 +15,7 @@ __version__ = "0.4.2"
 
 from framework.config import config
 from framework.patterns import asyncworker
-from framework.helpers import DBUS_INTERFACE_PREFIX, DBUS_PATH_PREFIX, readFromFile, writeToFile, cleanObjectName
+from helpers import DBUS_INTERFACE_PREFIX, DBUS_PATH_PREFIX, readFromFile, writeToFile, cleanObjectName
 
 import gst
 import gobject

-- 
framworkd debian packageing



More information about the pkg-fso-commits mailing list