Changeset 1548 for trunk/pylucid/PyLucid/system/detect_page.py
- Timestamp:
- 05/01/08 12:24:21 (7 months ago)
- Files:
-
- 1 modified
-
trunk/pylucid/PyLucid/system/detect_page.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pylucid/PyLucid/system/detect_page.py
r1507 r1548 17 17 """ 18 18 19 from PyLucid.models import Page , Preference19 from PyLucid.models import Page 20 20 from PyLucid.system.exceptions import AccessDenied, LowLevelError 21 21
