[Checkins] SVN: zope.app.fssync/branches/jim-hack/src/zope/app/fssync/syncer.py Fix a reference to an error in zope.fssync.

Amos Latteier amos at latteier.com
Thu Feb 5 14:07:11 EST 2009


Log message for revision 96157:
  Fix a reference to an error in zope.fssync.
  

Changed:
  U   zope.app.fssync/branches/jim-hack/src/zope/app/fssync/syncer.py

-=-
Modified: zope.app.fssync/branches/jim-hack/src/zope/app/fssync/syncer.py
===================================================================
--- zope.app.fssync/branches/jim-hack/src/zope/app/fssync/syncer.py	2009-02-05 18:22:19 UTC (rev 96156)
+++ zope.app.fssync/branches/jim-hack/src/zope/app/fssync/syncer.py	2009-02-05 19:07:10 UTC (rev 96157)
@@ -52,7 +52,7 @@
         factory = component.queryUtility(interfaces.ISynchronizerFactory)
     if factory is None:
         if raise_error:
-            raise synchronizer.MissingSerializer(dn)
+            raise synchronizer.MissingSynchronizer(dn)
         return None    
 
     checker = getattr(factory, '__Security_checker__', None)
@@ -79,4 +79,3 @@
     checkout.perform(obj, name)
     return temp
 
-        
\ No newline at end of file



More information about the Checkins mailing list