From 8c76615ffd4e497b48d410c066c2b02f56c3375a Mon Sep 17 00:00:00 2001 From: Robert Jones Date: Thu, 20 Dec 2012 14:40:27 -0800 Subject: [PATCH] Import SSLError. --- APNSWrapper/connection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/APNSWrapper/connection.py b/APNSWrapper/connection.py index ebfd0da..3b8e7b4 100644 --- a/APNSWrapper/connection.py +++ b/APNSWrapper/connection.py @@ -17,6 +17,7 @@ from apnsexceptions import * from utils import * +from ssl import SSLError __all__ = ('APNSConnectionContext', 'OpenSSLCommandLine', \