Ignore:
Timestamp:
2 Jan 2010, 14:37:32 (15 years ago)
Author:
uli
Message:

Remove unneeded imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-layout/src/waeup/users.py

    r4634 r4636  
    22"""
    33import grok
    4 from hurry import yui
    5 from zope.exceptions import DuplicationError
    64from 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)
     5from waeup.interfaces import IUserContainer
    106
    117class UserContainer(grok.Container):
Note: See TracChangeset for help on using the changeset viewer.