mmgen-wallet/test/stop-coin-daemons.py

12 lines
228 B
Python
Executable file

#!/usr/bin/env python3
"""
test/stop-coin-daemons.py: Stop daemons for the MMGen test suite
"""
try:
from include.coin_daemon_control import main
except ImportError:
from test.include.coin_daemon_control import main
main()