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

Remove redundant exception for os.devnull

--HG--
branch : Setuptools-Distribute merge
parent a0d19667
......@@ -241,7 +241,6 @@ class DirectorySandbox(AbstractSandbox):
self._violation("tmpnam")
def _ok(self,path):
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