1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-22 06:18:07 +00:00

change shebang for test_curves.py

This commit is contained in:
Pavol Rusnak 2016-10-24 21:43:33 +02:00
parent 5ecb8574cc
commit 1259c36f80
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/py.test
import ctypes as c
import curve25519
import random