mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
unclutter root dir by moving scripts into tools subdirectory
This commit is contained in:
parent
ef9eaf4553
commit
16b6289c50
@ -14,7 +14,7 @@ See http://bitcointrezor.com for more information.
|
|||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|
||||||
also found in ``helloworld.py``
|
also found in ``tools/helloworld.py``
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ def main():
|
|||||||
if not os.path.exists(passw_file):
|
if not os.path.exists(passw_file):
|
||||||
# New encfs drive, let's generate password
|
# New encfs drive, let's generate password
|
||||||
|
|
||||||
sys.stderr.write('Please provide label for new drive:')
|
sys.stderr.write('Please provide label for new drive: ')
|
||||||
label = input()
|
label = input()
|
||||||
|
|
||||||
sys.stderr.write('Computer asked TREZOR for new strong password.\n')
|
sys.stderr.write('Computer asked TREZOR for new strong password.\n')
|
||||||
|
0
readmem.py → tools/mem_read.py
Normal file → Executable file
0
readmem.py → tools/mem_read.py
Normal file → Executable file
0
writemem.py → tools/mem_write.py
Normal file → Executable file
0
writemem.py → tools/mem_write.py
Normal file → Executable file
Loading…
Reference in New Issue
Block a user