Changeset 1510 for trunk/pylucid/PyLucid/template_addons/filters.py
- Timestamp:
- 03/27/08 16:59:44 (8 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/template_addons/filters.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/template_addons/filters.py
r1420 r1510 58 58 """ 59 59 Converts a time duration into a friendly text representation. 60 Note: Used in PageStatsMiddleware, too.60 Note: Used in the PyLucid cache middleware, too. 61 61 """ 62 62 if t<1:
