~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/doc/pofile-verify-stats.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-23 16:39:35 UTC
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223163935-sb49rlrjoeyabk7s
Moved script to lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
 
178
178
    >>> transaction.commit() # Ensure other process can see latest changes
179
179
 
180
 
    >>> from canonical.launchpad.ftests.script import run_script
 
180
    >>> from lp.testing.script import run_script
181
181
    >>> (returncode, out, err) = run_script(
182
182
    ...     'cronscripts/rosetta-pofile-stats-daily.py')
183
183
    >>> print returncode