-
Notifications
You must be signed in to change notification settings - Fork 336
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update pyu2f submodule from 0.1.3 to latest commit
- Loading branch information
1 parent
4b08e35
commit 0430668
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pyu2f
updated
20 files
+3 −0 | .gitignore | |
+12 −4 | .travis.yml | |
+1 −0 | MANIFEST.in | |
+3 −3 | pyu2f/apdu.py | |
+1 −1 | pyu2f/convenience/localauthenticator.py | |
+10 −4 | pyu2f/hid/linux.py | |
+1 −1 | pyu2f/hid/macos.py | |
+2 −0 | pyu2f/hid/windows.py | |
+26 −26 | pyu2f/tests/customauthenticator_test.py | |
+28 −28 | pyu2f/tests/hardware_test.py | |
+18 −18 | pyu2f/tests/hid/linux_test.py | |
+9 −9 | pyu2f/tests/hid/macos_test.py | |
+24 −24 | pyu2f/tests/hidtransport_test.py | |
+17 −17 | pyu2f/tests/localauthenticator_test.py | |
+8 −8 | pyu2f/tests/model_test.py | |
+50 −50 | pyu2f/tests/u2f_test.py | |
+6 −6 | pyu2f/tests/util_test.py | |
+2 −0 | setup.cfg | |
+5 −4 | setup.py | |
+3 −1 | tox.ini |