diff options
Diffstat (limited to 'setuptools/sandbox.py')
-rwxr-xr-x | setuptools/sandbox.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setuptools/sandbox.py b/setuptools/sandbox.py index a5a01a46..91dfc519 100755 --- a/setuptools/sandbox.py +++ b/setuptools/sandbox.py @@ -12,6 +12,8 @@ from distutils.errors import DistutilsError from setuptools.compat import builtins, execfile, reduce from pkg_resources import working_set +from setuptools.compat import builtins, execfile, reduce + __all__ = [ "AbstractSandbox", "DirectorySandbox", "SandboxViolation", "run_setup", ] |