~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to UpdateManagerText/UpdateManagerText.py

  • Committer: Colin Watson
  • Date: 2012-06-13 22:45:57 UTC
  • mto: This revision was merged to the branch mainline in revision 2491.
  • Revision ID: cjwatson@canonical.com-20120613224557-c8161mfn0zds8p5e
Switch #! lines over to python3, apart from dist-upgrader which needs to
stay as Python 2 for a while longer (and have some special arrangement
for running with Python 3 for upgrades from >= quantal).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python
 
1
#!/usr/bin/python3
2
2
# -*- coding: utf-8 -*-
3
3
 
4
4
from __future__ import print_function