~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to scripts/rosetta/message-sharing-merge.py

  • Committer: Curtis Hovey
  • Date: 2011-08-21 14:21:06 UTC
  • mto: This revision was merged to the branch mainline in revision 13745.
  • Revision ID: curtis.hovey@canonical.com-20110821142106-x93hajd6iguma8gx
Update test that was enforcing bad grammar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
if __name__ == '__main__':
25
25
    script = MessageSharingMerge(
26
 
        'lp.services.scripts.message-sharing-merge',
 
26
        'canonical.launchpad.scripts.message-sharing-merge',
27
27
        dbuser='rosettaadmin')
28
28
    script.run()