c8d10e5 Add python shebangs to joinmarketd.py and wallet-tool.py (nixbitcoin)
c8d10e5
@ -1,3 +1,5 @@
#! /usr/bin/env python
import sys
from twisted.internet import reactor
from twisted.python.log import startLogging
@ -1,6 +1,7 @@
from jmbase import jmprint
from jmclient import wallet_tool_main
if __name__ == "__main__":
jmprint(wallet_tool_main("wallets"), "success")