Ignore:
Timestamp:
Apr 19, 2011 12:05:38 PM (13 years ago)
Author:
vmaksymiv
Message:

pep8 fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/interfaces.py

    r1927 r3145  
    11from zope.interface import Interface, Attribute 
     2 
    23 
    34class ICanonicalPath(Interface): 
     
    910        "*setter* and *getter* for the attribute") 
    1011 
     12 
    1113class ICanonicalLink(Interface): 
    1214    """canonical_link provider interface 
     
    1618        "canonical_link - for the object. Adapter must implement " 
    1719        "*setter* and *getter* for the attribute") 
    18  
Note: See TracChangeset for help on using the changeset viewer.