aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 12:23:53 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-04 12:23:53 -0600
commita433bb369ad9c0d104bd8d590c2192054fc6a042 (patch)
treef691001c29ee969011f79c4d98f7b20d3524bbe8 /src
parent806bfb24feb254287c588da4887b45025bec3623 (diff)
downloadcryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.tar.gz
cryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.tar.bz2
cryptography-a433bb369ad9c0d104bd8d590c2192054fc6a042.zip
UnknownNameAttribute is not needed now
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/x509.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptography/x509.py b/src/cryptography/x509.py
index a1f8c5b2..1b8d6357 100644
--- a/src/cryptography/x509.py
+++ b/src/cryptography/x509.py
@@ -50,10 +50,6 @@ class InvalidVersion(Exception):
self.parsed_version = parsed_version
-class UnknownNameAttribute(Exception):
- pass
-
-
class NameAttribute(object):
def __init__(self, oid, value):
if not isinstance(oid, ObjectIdentifier):