Changeset 4636
- Timestamp:
- 2 Jan 2010, 14:37:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-layout/src/waeup/users.py
r4634 r4636 2 2 """ 3 3 import grok 4 from hurry import yui5 from zope.exceptions import DuplicationError6 4 from waeup.authentication import Account 7 from waeup.interfaces import IUserContainer, IUserAccount 8 from waeup.viewlets import (LeftSidebar, MainArea, Index, Add, FormWrapMixin, 9 master_template_path) 5 from waeup.interfaces import IUserContainer 10 6 11 7 class UserContainer(grok.Container):
Note: See TracChangeset for help on using the changeset viewer.