[Subversion] / PEAK / src / persistence / interfaces.py  

Diff of /PEAK/src/persistence/interfaces.py

Parent Directory | Revision Log

version 1107, Sat May 10 20:54:24 2003 UTC version 1108, Sat May 10 21:29:49 2003 UTC
Line 11 
Line 11 
 # FOR A PARTICULAR PURPOSE.  # FOR A PARTICULAR PURPOSE.
 #  #
 ##############################################################################  ##############################################################################
   try:
 from zope.interface import Interface  from zope.interface import Interface
 from zope.interface import Attribute  from zope.interface import Attribute
   except ImportError:
       from peak.interface import Interface, Attribute
   
 class IPersistent(Interface):  class IPersistent(Interface):
     """Python persistence interface      """Python persistence interface


Generate output suitable for use with a patch program
Legend:
Removed from v.1107  
changed lines
  Added in v.1108

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help