From 66cede8e18eaadfd3d0bd59684c5424964224ca3 Mon Sep 17 00:00:00 2001 From: slush0 Date: Fri, 13 Sep 2013 05:32:58 +0200 Subject: [PATCH] Fixed path to module --- protobuf/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/build.sh b/protobuf/build.sh index c9fd0e9..3c75ba2 100755 --- a/protobuf/build.sh +++ b/protobuf/build.sh @@ -2,4 +2,4 @@ cd `dirname $0` -protoc --python_out=../bitkeylib/ trezor.proto +protoc --python_out=../trezorlib/ trezor.proto