Author: jstowers
Date: Fri Jan 18 21:33:59 2008
New Revision: 1246
URL: http://svn.gnome.org/viewvc/conduit?rev=1246&view=rev
Log:
2008-01-19 John Stowers <[EMAIL PROTECTED]>
* conduit/dataproviders/Image.py: Fix sync "crashing": NameError:
global name 'Rid' is not defined. Reported by maxxer
Modified:
trunk/ChangeLog
trunk/conduit/dataproviders/Image.py
Modified: trunk/conduit/dataproviders/Image.py
==============================================================================
--- trunk/conduit/dataproviders/Image.py (original)
+++ trunk/conduit/dataproviders/Image.py Fri Jan 18 21:33:59 2008
@@ -144,7 +144,7 @@
if comp != conduit.datatypes.COMPARISON_EQUAL:
raise Exceptions.SynchronizeConflictError(comp, photo,
remoteFile)
else:
- return Rid(uid=LUID)
+ return conduit.datatypes.Rid(uid=LUID)
log.debug("Uploading Photo URI = %s, Mimetype = %s, Original Name =
%s" % (photoURI, mimeType, originalName))
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.