~ubuntu-archive/ubuntu-archive-tools/trunk

« back to all changes in this revision

Viewing changes to change-override

  • Committer: Sebastien Bacher
  • Date: 2020-03-02 11:24:44 UTC
  • Revision ID: seb128@ubuntu.com-20200302112444-ykgochuft1g1k8aw
Switch some of the script to use python3 so they work on focal

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /usr/bin/python2.7
 
1
#! /usr/bin/python3
2
2
 
3
3
# Copyright 2012 Canonical Ltd.
4
4
# Author: Colin Watson <cjwatson@ubuntu.com>