Ignore:
Timestamp:
Oct 24, 2012 2:57:02 PM (12 years ago)
Author:
vmaksymiv
Message:

PPP fixes

File:
1 edited

Legend:

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

    r3145 r3599  
    66    """ 
    77 
    8     canonical_path = Attribute("canonical_path", 
     8    canonical_path = Attribute( 
     9        "canonical_path", 
    910        "canonical_path - for the object. Adapter must implement " 
    1011        "*setter* and *getter* for the attribute") 
     
    1516    """ 
    1617 
    17     canonical_link = Attribute("canonical_link", 
     18    canonical_link = Attribute( 
     19        "canonical_link", 
    1820        "canonical_link - for the object. Adapter must implement " 
    1921        "*setter* and *getter* for the attribute") 
Note: See TracChangeset for help on using the changeset viewer.