~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/rosetta-export-queue.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-26 16:35:37 UTC
  • mfrom: (13995.1.6 add-longpoll)
  • Revision ID: launchpad@pqm.canonical.com-20110926163537-o17y6ic6g9i3g943
[r=julian-edwards][no-qa] Upgrade txlongpoll version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python -S
2
2
#
3
 
# Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
4
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
5
 
6
6
# pylint: disable-msg=C0103,W0403
8
8
import _pythonpath
9
9
 
10
10
from canonical.launchpad.webapp.dbpolicy import SlaveDatabasePolicy
 
11
from lp.translations.scripts.po_export_queue import process_queue
11
12
from lp.services.scripts.base import LaunchpadCronScript
12
 
from lp.translations.scripts.po_export_queue import process_queue
13
13
 
14
14
 
15
15
class RosettaExportQueue(LaunchpadCronScript):