Changeset 8483f24
- Timestamp:
- May 12, 2010 9:38:05 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- d2c2315
- Parents:
- d2471df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/topdl.py
rd2471df r8483f24 629 629 630 630 def to_tcl_name(n): 631 t = re.sub('-(\d+)', '(\ 1)', n)631 t = re.sub('-(\d+)', '(\\1)', n) 632 632 return t 633 633
Note: See TracChangeset
for help on using the changeset viewer.