~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/tests/pofiletranslator.txt

  • Committer: Jeroen Vermeulen
  • Date: 2011-09-26 06:30:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14049.
  • Revision ID: jeroen.vermeulen@canonical.com-20110926063007-1fb5eelnidpnra9a
Fix lots of lint in recently-changed files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
    ...     """, vars())
87
87
    >>> mark_posubmission_id, date_touched = pofiletranslator(
88
88
    ...     mark_id, pofile_id)
89
 
    >>> stub_posubmission_id, date_touched = pofiletranslator(stub_id, pofile_id)
 
89
    >>> stub_posubmission_id, date_touched = pofiletranslator(
 
90
    ...     stub_id, pofile_id)
90
91
    >>> mark_posubmission_id == stub_posubmission_id
91
92
    False
92
93