Changeset 3126
- Timestamp:
- 01/22/08 11:20:24 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
teamrosterplugin/0.11/tracteamroster/userprofiles_stores.py
r2788 r3126 13 13 from trac.env import open_environment 14 14 15 from tracteamroster.api import UserProfile, IUserProfilesStore15 from tracteamroster.api import UserProfile, UserProfilesSystem, IUserProfilesStore 16 16 17 17 __all__=['SafeUserProfilesStore', 'DefaultUserProfilesStore', 'MasterEnvironmentUserProfilesStore']
