Add a period.

llvm-svn: 149305
This commit is contained in:
Johnny Chen 2012-01-31 00:48:02 +00:00
parent 8f8a2a7774
commit 5d0d607b6b
1 changed files with 1 additions and 1 deletions

View File

@ -1027,7 +1027,7 @@ with open(fname, "w") as f:
for env_var in unsets :
if env_var in os.environ:
# From Python Doc: When unsetenv() is supported, deletion of items in os.environ
# is automatically translated into a corresponding call to unsetenv()
# is automatically translated into a corresponding call to unsetenv().
del os.environ[env_var]
#os.unsetenv(env_var)