Changeset 1276 in tailor


Ignore:
Timestamp:
09/12/06 22:16:59 (7 years ago)
Author:
lele@…
Hash name:
20060912201659-97f81-7b4bfd41e9300b0ada5d54dd0f0eae87ef75446d
Message:

Document class vars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/__init__.py

    r1224 r1276  
    2121    Collector for the configuration of a single repository. 
    2222    """ 
     23 
    2324    METADIR = None 
     25    """ 
     26    The name of the "meta" directory used by this kind of repository. 
     27    Subclasses should override this, obviously. 
     28    """ 
     29 
    2430    EXTRA_METADIRS = [] 
     31    """ 
     32    Other eventual "meta" directories. 
     33    """ 
     34 
    2535    EXECUTABLE = None 
     36    """ 
     37    The name of the external command line tool, for some backends. 
     38    """ 
    2639 
    2740    def __new__(klass, name, project, which): 
Note: See TracChangeset for help on using the changeset viewer.