1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

unclutter root dir by moving scripts into tools subdirectory

This commit is contained in:
Pavol Rusnak 2016-07-02 20:44:44 +02:00
parent ef9eaf4553
commit 16b6289c50
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
7 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ See http://bitcointrezor.com for more information.
Example
-------
also found in ``helloworld.py``
also found in ``tools/helloworld.py``
.. code:: python

View File

@ -88,7 +88,7 @@ def main():
if not os.path.exists(passw_file):
# 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()
sys.stderr.write('Computer asked TREZOR for new strong password.\n')

0
readmem.py → tools/mem_read.py Normal file → Executable file
View File

0
writemem.py → tools/mem_write.py Normal file → Executable file
View File