Changeset 1585 for trunk/pylucid/PyLucid/system/URLs.py
- Timestamp:
- 05/23/08 16:33:49 (22 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/system/URLs.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/system/URLs.py
r1537 r1585 11 11 The view put a instance in context["URLs"]. The BasePlugin bind the class 12 12 to self. So every plugin can easy access the methods with self.URLs. 13 13 14 14 more info: http://pylucid.org/_goto/62/self-URLs/ 15 15 … … 102 102 self.context = context 103 103 self.request = context["request"] 104 self.page_msg = context["page_msg"]104 self.page_msg = self.request.page_msg 105 105 106 106 self.current_plugin = None