~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/controllers/changelog_ui.py

  • Committer: Martin Albisetti
  • Date: 2008-10-24 17:54:06 UTC
  • mfrom: (230.1.2 pep8)
  • Revision ID: martin.albisetti@canonical.com-20081024175406-73bpc73m7pshat9c
PEP8 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
            'navigation': navigation,
103
103
            'filter_file_id': filter_file_id,
104
104
            'start_revid': start_revid,
105
 
            'viewing_from': (orig_start_revid is not None) and (orig_start_revid != h.last_revid),
 
105
            'viewing_from': (orig_start_revid is not None) and (
 
106
                            orig_start_revid != h.last_revid),
106
107
            'query': query,
107
108
            'search_failed': search_failed,
108
109
            'all_same_author': all_same_author,