check trezorlib version
This commit is contained in:
@@ -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("."))))
|
||||
|
||||
Reference in New Issue
Block a user