Changeset 3126

Show
Ignore:
Timestamp:
01/22/08 11:20:24 (10 months ago)
Author:
cbalan
Message:

TeamRosterPlugin: - Fixed #2456

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • teamrosterplugin/0.11/tracteamroster/userprofiles_stores.py

    r2788 r3126  
    1313from trac.env import open_environment 
    1414 
    15 from tracteamroster.api import UserProfile, IUserProfilesStore 
     15from tracteamroster.api import UserProfile, UserProfilesSystem, IUserProfilesStore 
    1616 
    1717__all__=['SafeUserProfilesStore', 'DefaultUserProfilesStore', 'MasterEnvironmentUserProfilesStore']