~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testing/sampledata.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-07-19 20:34:25 UTC
  • mfrom: (11149.2.21 login-helper-love)
  • Revision ID: launchpad@pqm.canonical.com-20100719203425-w7qk5ki7715bjnbc
[r=lifeless][ui=none] Add some more login helpers for tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
__metaclass__ = type
11
11
__all__ = [
12
12
    'NO_PRIVILEGE_EMAIL',
13
 
    'VCS_IMPORTS_MEMBER_EMAIL',
14
13
    ]
15
14
 
16
15
 
17
16
NO_PRIVILEGE_EMAIL = 'no-priv@canonical.com'
18
 
VCS_IMPORTS_MEMBER_EMAIL = 'david.allouche@canonical.com'