mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Remove test import statement changes from previous commit
This commit is contained in:
parent
c58906f9c2
commit
738fa4d4a7
1 changed files with 0 additions and 4 deletions
|
|
@ -69,15 +69,11 @@
|
|||
#
|
||||
# PyNaCl's 'cffi' dependency may thrown an 'IOError' exception when
|
||||
# importing 'nacl.signing'.
|
||||
"""
|
||||
try:
|
||||
import nacl.signing
|
||||
import nacl.encoding
|
||||
except (ImportError, IOError):
|
||||
pass
|
||||
"""
|
||||
import nacl.signing
|
||||
import nacl.encoding
|
||||
|
||||
# The optimized pure Python implementation of ed25519 provided by TUF. If
|
||||
# PyNaCl cannot be imported and an attempt to use is made in this module, a
|
||||
|
|
|
|||
Loading…
Reference in a new issue