diff options
author | John Newbery <john@johnnewbery.com> | 2017-01-30 14:57:27 -0800 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-01-31 18:03:14 -0800 |
commit | 1581ecbc33edd9d6257e50b11d8854fbccaf8ad8 (patch) | |
tree | 630822a42a8ccb6798efed9e3beeca675e265ba9 /Makefile.am | |
parent | a7ea2f8fdbe9392bcbd4a219a42ebd9518d2e2ef (diff) |
Use configparser in rpc-tests.py
Remove the use of wildcard imports in rpc-tests.py and replace with
configparser.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
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 |