diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 14:10:38 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-02 14:10:38 -0700 |
commit | 738ac5a8e986dbba472232711be7fae804a01576 (patch) | |
tree | 747fb60bfc4ea02e4d918cd7ab67856099a077f8 | |
parent | f1a3fc03dc7cecc7658620f342dfd7cf6bb98ba0 (diff) | |
download | cryptography-738ac5a8e986dbba472232711be7fae804a01576.tar.gz cryptography-738ac5a8e986dbba472232711be7fae804a01576.tar.bz2 cryptography-738ac5a8e986dbba472232711be7fae804a01576.zip |
pep8
-rw-r--r-- | cryptography/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py index 1821ceb7..f0a7baf2 100644 --- a/cryptography/exceptions.py +++ b/cryptography/exceptions.py @@ -11,5 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. + class NoSuchAlgorithm(Exception): pass |