~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/test_expose.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    """
45
45
    implements(IWebServiceClientRequest, IJSONRequestCache)
46
46
 
47
 
    objects = {}
 
47
    def __init__(self):
 
48
        self.objects = {}
48
49
 
49
50
 
50
51
class FakeTeam: