From 5029514dffe74ed8f30a468c37a156aa6ce4631c Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Sat, 7 Jul 2018 19:59:13 -0600 Subject: Move distutils.environment.py to distutils.fcompiler --- numpy/distutils/fcompiler/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/distutils/fcompiler/__init__.py') diff --git a/numpy/distutils/fcompiler/__init__.py b/numpy/distutils/fcompiler/__init__.py index 1a3559fa9..b23d6dab2 100644 --- a/numpy/distutils/fcompiler/__init__.py +++ b/numpy/distutils/fcompiler/__init__.py @@ -35,10 +35,11 @@ from numpy.distutils.ccompiler import CCompiler, gen_lib_options from numpy.distutils import log from numpy.distutils.misc_util import is_string, all_strings, is_sequence, \ make_temp_file, get_shared_lib_extension -from numpy.distutils.environment import EnvironmentConfig from numpy.distutils.exec_command import find_executable from numpy.distutils.compat import get_exception +from .environment import EnvironmentConfig + __metaclass__ = type class CompilerNotFound(Exception): -- cgit v1.2.1