Ignore:
Timestamp:
26 Jan 2011, 12:19:40 (14 years ago)
Author:
uli
Message:

Fix various imports after package move.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/jambtables/tests/test_authentication.py

    r5470 r5689  
    3434from zope.site.testing import siteSetUp, siteTearDown
    3535from zope.testing import cleanup
    36 from waeup.sirp.jambtables.authentication import (
     36from waeup.sirp.applicants.jambtables.authentication import (
    3737    ApplicantsAuthenticatorPlugin, WAeUPApplicantCredentialsPlugin,
    3838    ApplicantCredentials, AuthenticatedApplicantPrincipalFactory,
    3939    ApplicantPrincipalInfo, ApplicantPrincipal)
    40 from waeup.sirp.jambtables.interfaces import(
     40from waeup.sirp.applicants.jambtables.interfaces import(
    4141    IJAMBApplicantSessionCredentials,)
    4242
Note: See TracChangeset for help on using the changeset viewer.