From c7b3bccdaab158c5f29ddb13b92e8d9d1b4c7bdb Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 20 Jun 2011 22:55:16 +0100 Subject: Changes to support 2.x and 3.x in the same codebase. --- tests/manual_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual_test.py') 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 -- cgit v1.2.1