From 1581ecbc33edd9d6257e50b11d8854fbccaf8ad8 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 30 Jan 2017 14:57:27 -0800 Subject: Use configparser in rpc-tests.py Remove the use of wildcard imports in rpc-tests.py and replace with configparser. --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6a8c1b761b..1ee2dfb734 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,9 +227,6 @@ EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc- CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) -# This file is problematic for out-of-tree builds if it exists. -DISTCLEANFILES = qa/pull-tester/tests_config.pyc - .INTERMEDIATE: $(COVERAGE_INFO) DISTCHECK_CONFIGURE_FLAGS = --enable-man -- cgit v1.2.3