gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-util] branch master updated: simplify configure, bump versi


From: gnunet
Subject: [taler-taler-util] branch master updated: simplify configure, bump version
Date: Sun, 12 Jan 2020 19:07:40 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 1dcfbcb  simplify configure, bump version
1dcfbcb is described below

commit 1dcfbcbeae7fed4a9dec575cdd0275ee2727d670
Author: Florian Dold <address@hidden>
AuthorDate: Sun Jan 12 19:07:35 2020 +0100

    simplify configure, bump version
---
 configure.py | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/configure.py b/configure.py
index 650bbcf..08e6704 100644
--- a/configure.py
+++ b/configure.py
@@ -17,17 +17,6 @@
 # This file is in the public domain.
 # SPDX-License-Identifier: 0BSD
 
-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))
-
 from talerbuildconfig import *
 
 b = BuildConfig()

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]