Fix for Issue7026. Making it self.env.unset

This commit is contained in:
Senthil Kumaran 2009-10-05 04:16:26 +00:00
parent 0240c924db
commit f125078132
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class ProxyTests(unittest.TestCase):
# Delete all proxy related env vars
for k, v in os.environ.iteritems():
if 'proxy' in k.lower():
env.unset(k)
self.env.unset(k)
def tearDown(self):
# Restore all proxy related env vars