mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
Do chmod a+x
on utility scripts, add header
This commit is contained in:
parent
d032fd2d86
commit
c02009128d
5 changed files with 5 additions and 0 deletions
1
utils/daemonping.py
Normal file → Executable file
1
utils/daemonping.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
import argparse
|
import argparse
|
||||||
import logging
|
import logging
|
||||||
import operator
|
import operator
|
||||||
|
|
1
utils/integraddr.py
Normal file → Executable file
1
utils/integraddr.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
import sys
|
import sys
|
||||||
from monero.address import address
|
from monero.address import address
|
||||||
from monero.numbers import PaymentID
|
from monero.numbers import PaymentID
|
||||||
|
|
1
utils/pushtx.py
Normal file → Executable file
1
utils/pushtx.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
import argparse
|
import argparse
|
||||||
import logging
|
import logging
|
||||||
import operator
|
import operator
|
||||||
|
|
1
utils/transfer.py
Normal file → Executable file
1
utils/transfer.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
import argparse
|
import argparse
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
import operator
|
import operator
|
||||||
|
|
1
utils/walletdump.py
Normal file → Executable file
1
utils/walletdump.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/python
|
||||||
import argparse
|
import argparse
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
import logging
|
import logging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue