~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/tests/test_prf_walker.py

  • Committer: Steve Kowalik
  • Date: 2011-09-13 05:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 13939.
  • Revision ID: stevenk@ubuntu.com-20110913052316-hl7fzgsklq9jakwq
Chip away at canonical.lazr a little more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
import StringIO
8
8
import urlparse
9
9
 
 
10
from lazr.restful.utils import safe_hasattr
10
11
 
11
 
from canonical.lazr.utils import safe_hasattr
12
12
from canonical.testing import reset_logging
13
13
from lp.registry.scripts.productreleasefinder.walker import WalkerBase
14
14
from lp.testing import TestCase