From 83a28021ad863d0ced37594df68c5b97381910f1 Mon Sep 17 00:00:00 2001 From: smill Date: Wed, 14 Sep 2016 19:11:57 +0000 Subject: Fixed travis-ci issues. --- netlib/exceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'netlib') diff --git a/netlib/exceptions.py b/netlib/exceptions.py index 795926f1..37651409 100644 --- a/netlib/exceptions.py +++ b/netlib/exceptions.py @@ -59,5 +59,6 @@ class InvalidCertificateException(TlsException): class Timeout(TcpException): pass + class ProtocolException(NetlibException): pass -- cgit v1.2.3