Changeset c7a982b
- Timestamp:
- May 17, 2010 2:38:18 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 5f6c3af
- Parents:
- ec9962b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/compose.py
rec9962b rc7a982b 294 294 files.extend([ (a, 1) for a in args]) 295 295 296 comps = [ ]297 296 names = set() 298 297 constraints = [ ] … … 319 318 t.incorporate_elements() 320 319 constraints.extend(marks.values()) 321 comps.append(t)322 320 323 321 # Let the user know if they messed up on specifying constraints.
Note: See TracChangeset
for help on using the changeset viewer.