Changeset 2f38429 in trunk
- Timestamp:
- 2009-05-01T19:10:50Z (16 years ago)
- Branches:
- master
- Children:
- 35d3671
- Parents:
- a19c5e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/provisioning.py ¶
ra19c5e6 r2f38429 712 712 # we import this just to test to see if the page is available 713 713 _hush_pyflakes = reliability 714 f = [T.div[T.a(href=" reliability.html")["Reliability Math"]], f]714 f = [T.div[T.a(href="../reliability")["Reliability Math"]], f] 715 715 except ImportError: 716 716 pass
Note: See TracChangeset
for help on using the changeset viewer.