Changeset 10476 for main


Ignore:
Timestamp:
8 Aug 2013, 10:10:14 (11 years ago)
Author:
uli
Message:

pep8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/tests/test_authenticators.py

    r10475 r10476  
    6060
    6161BACKENDS = dict(
    62     inst1 = dict(
    63         url = 'http://localhost:6666/app',
    64         marker = '^M[0-9]+$',
     62    inst1=dict(
     63        url='http://localhost:6666/app',
     64        marker='^M[0-9]+$',
    6565        )
    6666    )
     67
    6768
    6869class KofaAuthenticatorTests(unittest.TestCase):
Note: See TracChangeset for help on using the changeset viewer.