unclutter root dir by moving scripts into tools subdirectory

pull/1/head
Pavol Rusnak 8 years ago
parent ef9eaf4553
commit 16b6289c50
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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

@ -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')

Loading…
Cancel
Save