~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to cronscripts/update-database-stats.py

  • Committer: Guilherme Salgado
  • Date: 2010-06-08 15:43:13 UTC
  • mto: This revision was merged to the branch mainline in revision 10969.
  • Revision ID: salgado@canonical.com-20100608154313-p3bqu2pz0j4cmmtd
update the shebang lines of a few scripts that still had python2.5 hard-coded

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python2.5 -S
 
1
#!/usr/bin/python -S
2
2
# Copyright 2010 Canonical Ltd.  This software is licensed under the
3
3
# GNU Affero General Public License version 3 (see the file LICENSE).
4
4