aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 14:10:38 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-02 14:10:38 -0700
commit738ac5a8e986dbba472232711be7fae804a01576 (patch)
tree747fb60bfc4ea02e4d918cd7ab67856099a077f8
parentf1a3fc03dc7cecc7658620f342dfd7cf6bb98ba0 (diff)
downloadcryptography-738ac5a8e986dbba472232711be7fae804a01576.tar.gz
cryptography-738ac5a8e986dbba472232711be7fae804a01576.tar.bz2
cryptography-738ac5a8e986dbba472232711be7fae804a01576.zip
pep8
-rw-r--r--cryptography/exceptions.py1
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