~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to scripts/install.py

  • Committer: Colin Watson
  • Date: 2012-09-25 20:59:09 UTC
  • Revision ID: cjwatson@canonical.com-20120925205909-gtz9widmqsu2snlj
Partially revert r5662 (removal of more Python 2 support, from ubiquity
2.11.33).  'from __future__ import print_function' is needed to make
pyflakes do its job properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# along with this program; if not, write to the Free Software
20
20
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
21
21
 
 
22
from __future__ import print_function
 
23
 
22
24
import sys
23
25
import os
24
26
import errno