~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/browser/changelog.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
__metaclass__ = type
11
11
 
 
12
from lp.services.features.changelog import ChangeLog
12
13
from lp.services.webapp.batching import BatchNavigator
13
14
from lp.services.webapp.publisher import LaunchpadView
14
 
from lp.services.features.changelog import ChangeLog
15
15
 
16
16
 
17
17
class FeatureChangeLogView(LaunchpadView):