Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 218b15e01e6abfc78a53c8309d860f22 > files > 2

gpodder-2.15-1.fc13.src.rpm

diff -Naur gpodder-2.9.orig/src/gpodder/sync.py gpodder-2.9/src/gpodder/sync.py
--- gpodder-2.9.orig/src/gpodder/sync.py	2010-09-27 01:27:53.000000000 +0300
+++ gpodder-2.9/src/gpodder/sync.py	2010-10-14 14:26:41.136458094 +0300
@@ -45,10 +45,10 @@
 
 pymtp_available = True
 try:
-    import gpodder.gpopymtp as pymtp
+    import pymtp
 except:
     pymtp_available = False
-    log('(gpodder.sync) Could not load gpopymtp (libmtp not installed?).')
+    log('(gpodder.sync) Could not load pymtp (libmtp not installed?).')
 
 try:
     import eyeD3