Comment 1 for bug 373299

Revision history for this message
auspex (auspex) wrote :

Damn. Except for the fact that I got the patch backwards _again_!

--- CopySupport.py~ 2009-05-07 11:55:13.899869712 -0300
+++ CopySupport.py 2009-05-07 11:55:30.299870897 -0300
@@ -48,7 +48,8 @@
 from OFS.interfaces import ICopySource

-CopyError='Copy Error'
+class CopyError(Exception): pass
+

 copy_re = re.compile('^copy([0-9]*)_of_(.*)')