Ignore:
Timestamp:
28 Jan 2010, 09:29:49 (15 years ago)
Author:
uli
Message:

Make unit tests run again with the new package layout.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-namespace/src/waeup/sirp/users.txt

    r4789 r4920  
    1616us:
    1717
    18     >>> from waeup.users import UserContainer
     18    >>> from waeup.sirp.users import UserContainer
    1919    >>> myusers = UserContainer()
    2020
     
    3333    >>> bob = myusers['bob']
    3434    >>> bob
    35     <waeup.authentication.Account object at 0x...>
     35    <waeup.sirp.authentication.Account object at 0x...>
    3636
    3737    >>> bob.name
Note: See TracChangeset for help on using the changeset viewer.