Ignore:
Timestamp:
6 Dec 2011, 16:14:51 (13 years ago)
Author:
uli
Message:

Fix overlong line.

File:
1 edited

Legend:

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

    r7233 r7290  
    2424from waeup.sirp.testing import FunctionalTestCase, FunctionalLayer
    2525from waeup.sirp.authentication import (
    26     UserAuthenticatorPlugin, Account, SIRPPrincipalInfo, get_principal_role_manager)
     26    UserAuthenticatorPlugin, Account, SIRPPrincipalInfo,
     27    get_principal_role_manager)
    2728
    2829class FakeSite(grok.Site, grok.Container):
Note: See TracChangeset for help on using the changeset viewer.