~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/doc/hwdb-submission.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-24 09:25:36 UTC
  • mfrom: (14593.2.17 apocalypta-0)
  • Revision ID: launchpad@pqm.canonical.com-20111224092536-rdgyq1kfsi3hunqr
[rs=sinzui][no-qa] Moved forgotten files to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
    >>> transaction.commit()
265
265
 
266
266
    # Run the script.
267
 
    >>> from canonical.launchpad.ftests.script import run_script
 
267
    >>> from lp.testing.script import run_script
268
268
    >>> returnvalue, out, err = run_script(
269
269
    ...     'cronscripts/process-hwdb-submissions.py', ['-m1'])
270
270
    >>> returnvalue