From 1686d97eb834dd2c6ab2280510ea66083b57bf99 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 8 Sep 2003 17:38:49 +0000 Subject: [PATCH] Use the import rule [SVN r19968] --- python.jam | 5 ++--- v1/python.jam | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/python.jam b/python.jam index 69b1baa4f..f8613995b 100644 --- a/python.jam +++ b/python.jam @@ -2,9 +2,8 @@ if ! $(gPYTHON_INCLUDED) { gPYTHON_INCLUDED = true ; -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; - +import testing ; + # Do some OS-specific setup if $(NT) { diff --git a/v1/python.jam b/v1/python.jam index 69b1baa4f..f8613995b 100644 --- a/v1/python.jam +++ b/v1/python.jam @@ -2,9 +2,8 @@ if ! $(gPYTHON_INCLUDED) { gPYTHON_INCLUDED = true ; -SEARCH on testing.jam = $(BOOST_BUILD_PATH) ; -include testing.jam ; - +import testing ; + # Do some OS-specific setup if $(NT) {