Commit b017ca8c authored by Jason R. Coombs's avatar Jason R. Coombs

Merge latest commit for setuptools-0.6

parents 585abe8a 7ad02bac
......@@ -241,7 +241,7 @@ class DirectorySandbox(AbstractSandbox):
self._violation("tmpnam")
def _ok(self,path):
if hasattr(_os,'devnull') and path==_os.devnull: return True
if hasattr(os,'devnull') and path==os.devnull: return True
active = self._active
try:
self._active = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment