~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to tests/test_osextras.py

  • Committer: Colin Watson
  • Date: 2012-09-07 11:32:25 UTC
  • Revision ID: cjwatson@canonical.com-20120907113225-glzjy68vf5qru6i4
Remove Python 2 support.  We aren't going back now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
import os
5
5
import shutil
6
6
import tempfile
7
 
try:
8
 
    from test.support import EnvironmentVarGuard
9
 
except ImportError:
10
 
    from test.test_support import EnvironmentVarGuard
 
7
from test.support import EnvironmentVarGuard
11
8
import unittest
12
9
 
13
10
from ubiquity import osextras