Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 274002018049cfc8218ee7eb15b148f7 > files > 2

gpodder-2.20-1.fc14.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