cleanup and release 0.6.5

pull/1/head
Pavol Rusnak 9 years ago
parent 05bdc56a8b
commit d8f3a47eaf

@ -3,7 +3,7 @@ from setuptools import setup
setup( setup(
name='trezor', name='trezor',
version='0.6.4', version='0.6.5',
author='Bitcoin TREZOR', author='Bitcoin TREZOR',
author_email='info@bitcointrezor.com', author_email='info@bitcointrezor.com',
description='Python library for communicating with TREZOR Bitcoin Hardware Wallet', description='Python library for communicating with TREZOR Bitcoin Hardware Wallet',

@ -8,8 +8,6 @@ import urllib
import tempfile import tempfile
from trezorlib.client import TrezorClient, TrezorClientDebug from trezorlib.client import TrezorClient, TrezorClientDebug
from trezorlib.tx_api import TXAPIBitcoin
from trezorlib.protobuf_json import pb2json
def parse_args(commands): def parse_args(commands):
parser = argparse.ArgumentParser(description='Commandline tool for Trezor devices.') parser = argparse.ArgumentParser(description='Commandline tool for Trezor devices.')

Loading…
Cancel
Save