trezor: rename wrapper

This commit is contained in:
Roman Zeyde
2015-08-18 21:30:42 +03:00
parent 592bc78391
commit 783722edce
3 changed files with 3 additions and 3 deletions

View File

@@ -14,5 +14,5 @@ deps=
commands=
pep8 sshagent
pylint --report=no --rcfile .pylintrc sshagent
coverage run --omit='sshagent/__main__.py,sshagent/trezor_library.py' --source sshagent/ -m py.test -v
coverage run --omit='sshagent/__main__.py,sshagent/trezor/_library.py' --source sshagent/ -m py.test -v
coverage report