commit | 8c8f1ac46ce35a16a079f8a9ad1defedcea2fdff | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 18:32:54 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Oct 14 18:32:54 2010 +0000 |
tree | 278e4009b2169c779f141102551e9823db37e4c1 | |
parent | b3a88b5c421fe867e1f5ecdd179b190614729933 [diff] |
Oops
diff --git a/Lib/test/test_urllib.py b/Lib/test/test_urllib.py index f0766b2..fe557ff 100644 --- a/Lib/test/test_urllib.py +++ b/Lib/test/test_urllib.py
@@ -119,7 +119,7 @@ self.env = support.EnvironmentVarGuard() # Delete all proxy related env vars for k in list(os.environ): - if 'proxy' not in k.lower(): + if 'proxy' in k.lower(): self.env.unset(k) def tearDown(self):