[pkg-fso-commits] [SCM] framworkd debian packageing branch, master, updated. milestone2-89-geb27523

Daniel Willmann daniel at totalueberwachung.de
Sat Aug 23 14:06:21 UTC 2008


The following commit has been merged in the master branch:
commit afe98b99d9cbe0f70c54e533a1d3582f0840e9a6
Author: Daniel Willmann <daniel at totalueberwachung.de>
Date:   Tue Aug 19 23:44:10 2008 +0200

    odeviced: fix import statement
    again :-) thanks Ainulindale

diff --git a/framework/subsystems/odeviced/audio.py b/framework/subsystems/odeviced/audio.py
index 7165310..05c0038 100644
--- a/framework/subsystems/odeviced/audio.py
+++ b/framework/subsystems/odeviced/audio.py
@@ -9,7 +9,7 @@ GPLv2 or later
 
 __version__ = "0.3.0"
 
-from patterns import asyncworker
+from framework.patterns import asyncworker
 from helpers import DBUS_INTERFACE_PREFIX, DBUS_PATH_PREFIX, readFromFile, writeToFile, cleanObjectName
 
 import gst

-- 
framworkd debian packageing



More information about the pkg-fso-commits mailing list