14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
$NetBSD: patch-af,v 1.7 2010/05/20 21:15:54 drochner Exp $
|
|
|
|
--- plugins/coherence/upnp_coherence/MediaStore.py.orig 2010-03-25 00:10:11.000000000 +0000
|
|
+++ plugins/coherence/upnp_coherence/MediaStore.py
|
|
@@ -6,7 +6,7 @@
|
|
|
|
import os.path
|
|
import rhythmdb
|
|
-import louie
|
|
+import coherence.extern.louie as louie
|
|
import urllib
|
|
|
|
from coherence import __version_info__
|