From d71da5bdb335e331a220a359637b890f8393edef Mon Sep 17 00:00:00 2001 From: Alistair Thomas Date: Thu, 22 Jun 2017 19:42:04 +0100 Subject: Converted compilers.py to a sub-package --- mesonbuild/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesonbuild/environment.py') diff --git a/mesonbuild/environment.py b/mesonbuild/environment.py index d06436b..4d3adc8 100644 --- a/mesonbuild/environment.py +++ b/mesonbuild/environment.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import configparser, os, platform, re, shlex, shutil +import configparser, os, platform, re, shlex, shutil, subprocess from .compilers import * from .linkers import ArLinker, VisualStudioLinker -- cgit v1.1