1
0

check trezorlib version

This commit is contained in:
SomberNight
2018-02-07 17:51:52 +01:00
parent 81bd8d8d67
commit 6c4756dc3d
4 changed files with 31 additions and 14 deletions

View File

@@ -734,4 +734,8 @@ def setup_thread_excepthook():
self.run = run_with_except_hook
threading.Thread.__init__ = init
threading.Thread.__init__ = init
def versiontuple(v):
return tuple(map(int, (v.split("."))))