~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/test_bugwatch.py

  • Committer: Graham Binns
  • Date: 2011-08-11 08:00:43 UTC
  • mto: This revision was merged to the branch mainline in revision 13665.
  • Revision ID: graham@canonical.com-20110811080043-kec2hbousjm7y035
Minor correction.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    datetime,
10
10
    timedelta,
11
11
    )
12
 
from storm.store import Store
13
12
import unittest
14
13
from urlparse import urlunsplit
15
14
 
16
15
from lazr.lifecycle.snapshot import Snapshot
17
16
from pytz import utc
 
17
from storm.store import Store
18
18
import transaction
19
19
from zope.component import getUtility
20
20
from zope.security.interfaces import Unauthorized