~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/scripts/tests/test_garbo.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-27 16:44:38 UTC
  • mfrom: (14198.1.1 megalint-4)
  • Revision ID: launchpad@pqm.canonical.com-20111027164438-g34vp8glvtxc9p7k
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    ZopelessDatabaseLayer,
67
67
    )
68
68
from lp.answers.model.answercontact import AnswerContact
69
 
from lp.bugs.interfaces.bugtask import (
70
 
    BugTaskStatus,
71
 
    BugTaskStatusSearch,
72
 
    )
73
69
from lp.bugs.model.bugnotification import (
74
70
    BugNotification,
75
71
    BugNotificationRecipient,
76
72
    )
77
 
from lp.bugs.model.bugtask import BugTask
78
73
from lp.code.bzr import (
79
74
    BranchFormat,
80
75
    RepositoryFormat,
115
110
    TestCase,
116
111
    TestCaseWithFactory,
117
112
    )
118
 
from lp.testing.dbuser import dbuser
119
113
from lp.translations.model.potmsgset import POTMsgSet
120
114
from lp.translations.model.translationtemplateitem import (
121
115
    TranslationTemplateItem,