Changeset 4b6909e for fedd/compose.py


Ignore:
Timestamp:
May 17, 2010 10:48:54 AM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
023e79b
Parents:
6df4b11
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/compose.py

    r6df4b11 r4b6909e  
    1313
    1414class constraint:
     15    """
     16    This is just a struct to hold constraint fields, really
     17    """
    1518    def __init__(self, name=None, required=False, accepts=None, provides=None,
    1619            match=None):
Note: See TracChangeset for help on using the changeset viewer.