From 738fa4d4a710deaa4b0366b0536c13b3e8d4911b Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 27 Nov 2013 12:16:21 -0500 Subject: [PATCH] Remove test import statement changes from previous commit --- tuf/ed25519_keys.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tuf/ed25519_keys.py b/tuf/ed25519_keys.py index 717a16ed..c960867c 100755 --- a/tuf/ed25519_keys.py +++ b/tuf/ed25519_keys.py @@ -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