From aa9b6a610ffe88fc714d42089fb2afa8dbc32894 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 15 Oct 2019 11:57:20 +0530 Subject: allow configure.py to be simpler --- configure.py.template | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'configure.py.template') diff --git a/configure.py.template b/configure.py.template index 0cb77fe..337c51d 100644 --- a/configure.py.template +++ b/configure.py.template @@ -1,13 +1,4 @@ -import sys -from pathlib import Path - -base_dir = Path(__file__, "../build-system/taler-build-scripts").resolve() -if not base_dir.exists(): - print( - f"build system directory ({base_dir}) missing", file=sys.stderr - ) - sys.exit(1) -sys.path.insert(0, str(base_dir)) +# This configure.py.template file is in the public domain. from talerbuildconfig import * -- cgit v1.2.3