renames exceptions file

This commit is contained in:
Moisés Guimarães
2016-12-13 12:07:57 -03:00
parent 4b75d11164
commit 9b58ab0211
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ except ImportError:
from wolfssl.utils import t2b from wolfssl.utils import t2b
from wolfssl._exceptions import ( from wolfssl.exceptions import (
CertificateError, SSLError, SSLEOFError, SSLSyscallError, CertificateError, SSLError, SSLEOFError, SSLSyscallError,
SSLWantReadError, SSLWantWriteError, SSLZeroReturnError SSLWantReadError, SSLWantWriteError, SSLZeroReturnError
) )

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# _exceptions.py # exceptions.py
# #
# Copyright (C) 2006-2016 wolfSSL Inc. # Copyright (C) 2006-2016 wolfSSL Inc.
# #