patches/rhythmbox-02-coherence.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 17015 667602692446
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.

diff -u rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/MediaPlayer.py rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaPlayer.py
--- rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/MediaPlayer.py	2009-10-26 16:59:08.565299000 +0800
+++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaPlayer.py	2009-10-26 17:00:57.340199000 +0800
@@ -13,7 +13,7 @@
 from coherence.upnp.core.soap_service import errorCode
 from coherence.upnp.core import DIDLLite
 
-import louie
+import coherence.extern.louie as louie
 
 from coherence.extern.simple_plugin import Plugin
 
diff -u rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/MediaStore.py rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaStore.py
--- rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/MediaStore.py	2009-10-26 16:59:08.565545000 +0800
+++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/MediaStore.py	2009-10-26 17:00:45.644291000 +0800
@@ -6,7 +6,7 @@
 
 import os.path
 import rhythmdb
-import louie
+import coherence.extern.louie as louie
 import urllib
 
 from coherence import __version_info__
diff -u rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/__init__.py rhythmbox-0.12.5/plugins/coherence/upnp_coherence/__init__.py
--- rhythmbox-0.12.5/plugins/coherence/upnp_coherence_old/__init__.py	2009-10-26 16:59:08.565051000 +0800
+++ rhythmbox-0.12.5/plugins/coherence/upnp_coherence/__init__.py	2009-10-26 17:00:24.672002000 +0800
@@ -12,7 +12,7 @@
 
 import gconf
 
-import louie
+import coherence.extern.louie as louie
 
 from coherence import log