diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-06-20 22:55:16 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-06-20 22:55:16 +0100 |
| commit | c7b3bccdaab158c5f29ddb13b92e8d9d1b4c7bdb (patch) | |
| tree | 7278078a7c40860f75ee3e8459a19e367bd57d6a /tests/manual_test.py | |
| parent | 063908790dd9ca90fb4e08811d1f3b764b8d7a6d (diff) | |
| download | python-setuptools-bitbucket-c7b3bccdaab158c5f29ddb13b92e8d9d1b4c7bdb.tar.gz | |
Changes to support 2.x and 3.x in the same codebase.
Diffstat (limited to 'tests/manual_test.py')
| -rw-r--r-- | tests/manual_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual_test.py b/tests/manual_test.py index 0d5051f1..223567f4 100644 --- a/tests/manual_test.py +++ b/tests/manual_test.py @@ -9,7 +9,7 @@ import shutil import tempfile from distutils.command.install import INSTALL_SCHEMES from string import Template -from urllib2 import urlopen +from setuptools.compat import urlopen try: import subprocess |
