diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-04 08:34:07 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-04 08:34:07 -0400 |
| commit | 7e9de8e9bd7412da2a4bf6c3dae3c0ff74cf2dbc (patch) | |
| tree | 3655b9f44794e4238afa18c30e6527169716824a /OpenSSL | |
| parent | a0bcafad1fb9df611627a57142bdd02d6ecdfe40 (diff) | |
| download | pyopenssl-7e9de8e9bd7412da2a4bf6c3dae3c0ff74cf2dbc.tar.gz | |
Removed some unused code
Diffstat (limited to 'OpenSSL')
| -rw-r--r-- | OpenSSL/test/util.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSSL/test/util.py b/OpenSSL/test/util.py index 4b044b7..073aa6c 100644 --- a/OpenSSL/test/util.py +++ b/OpenSSL/test/util.py @@ -20,12 +20,7 @@ from OpenSSL._util import exception_from_error_queue from OpenSSL.crypto import Error -try: - import memdbg -except Exception: - class _memdbg(object): - heap = None - memdbg = _memdbg() +import memdbg from OpenSSL._util import ffi, lib, byte_string as b |
