~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to tests/test_gtkui.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:
1
1
#!/usr/bin/python3
2
2
# -*- coding: utf-8; -*-
3
3
 
 
4
from __future__ import print_function
 
5
 
4
6
import os
5
7
import unittest
6
8