1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

Fixed path to module

This commit is contained in:
slush0 2013-09-13 05:32:58 +02:00
parent 9fd3121724
commit 66cede8e18

View File

@ -2,4 +2,4 @@
cd `dirname $0`
protoc --python_out=../bitkeylib/ trezor.proto
protoc --python_out=../trezorlib/ trezor.proto