Changeset 1127 for branches/0.8(django)/PyLucid/system/plugin_manager.py
- Timestamp:
- 06/29/07 16:05:08 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8(django)/PyLucid/system/plugin_manager.py
r1110 r1127 146 146 147 147 output = unbound_method(*url_args, **method_kwargs) 148 148 149 return output 149 150