~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/database/tests/schema/resultset.py

  • Committer: Marc Tardif
  • Date: 2011-11-22 20:30:35 UTC
  • Revision ID: marc.tardif@canonical.com-20111122203035-gf3yiv7iqwgwbss0
Fixed login for user created from submission and incorrect CAPTURE devices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 
2
# GNU Affero General Public License version 3 (see the file LICENSE).
 
3
 
 
4
__all__ = [
 
5
    "create",
 
6
    ]
 
7
 
 
8
from storm.zope.schema import ZSchema
 
9
 
 
10
 
 
11
def create():
 
12
    from lpresults.database.tests import schema as patch_package
 
13
 
 
14
    return ZSchema([], [], [], patch_package)