Changeset 1127 for branches/0.8(django)/PyLucid/defaulttags/lucidTag.py
- Timestamp:
- 06/29/07 16:05:08 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8(django)/PyLucid/defaulttags/lucidTag.py
r1087 r1127 1 #!/usr/bin/python 2 # -*- coding: UTF-8 -*- 1 3 2 4 """ … … 80 82 raise AssertionError(msg) 81 83 82 # print content83 # print "---"84 85 84 return content 86 85
