Remove test import statement changes from previous commit

This commit is contained in:
Vladimir Diaz 2013-11-27 12:16:21 -05:00
parent c58906f9c2
commit 738fa4d4a7

View file

@ -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