[Checkins] SVN: zopyx.versioning/trunk/zopyx/versioning/interfaces.py cleanup

Andreas Jung andreas at andreas-jung.com
Thu Jul 1 06:07:57 EDT 2010


Log message for revision 114040:
  cleanup
  

Changed:
  U   zopyx.versioning/trunk/zopyx/versioning/interfaces.py

-=-
Modified: zopyx.versioning/trunk/zopyx/versioning/interfaces.py
===================================================================
--- zopyx.versioning/trunk/zopyx/versioning/interfaces.py	2010-07-01 09:27:13 UTC (rev 114039)
+++ zopyx.versioning/trunk/zopyx/versioning/interfaces.py	2010-07-01 10:07:56 UTC (rev 114040)
@@ -2,10 +2,8 @@
 Interfaces related to the versioning API
 """
 
-
 from zope.interface import Interface
 
-
 class IVersionSupport(Interface):
     """ API for retrieving data to be versioned from an object
         and restoring a previous state of an object.



More information about the checkins mailing list