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

Merge with updated merge branch

parents b017ca8c ac16aa2d
...@@ -61,7 +61,7 @@ def run_setup(setup_script, args): ...@@ -61,7 +61,7 @@ def run_setup(setup_script, args):
sys.argv[:] = [setup_script]+list(args) sys.argv[:] = [setup_script]+list(args)
sys.path.insert(0, setup_dir) sys.path.insert(0, setup_dir)
# reset to include setup dir, w/clean callback list # reset to include setup dir, w/clean callback list
working_set.__init__() working_set.__init__()
working_set.callbacks.append(lambda dist:dist.activate()) working_set.callbacks.append(lambda dist:dist.activate())
DirectorySandbox(setup_dir).run( DirectorySandbox(setup_dir).run(
lambda: execfile( lambda: execfile(
...@@ -241,7 +241,6 @@ class DirectorySandbox(AbstractSandbox): ...@@ -241,7 +241,6 @@ class DirectorySandbox(AbstractSandbox):
self._violation("tmpnam") self._violation("tmpnam")
def _ok(self,path): def _ok(self,path):
if hasattr(os,'devnull') and path==os.devnull: return True
active = self._active active = self._active
try: try:
self._active = False 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