Find and replace
[certmaster.git] / certmaster / SSLConnection.py
index 98ed8a0..c266906 100644 (file)
@@ -8,7 +8,7 @@
 
 from OpenSSL import SSL
 import time, socket, select
-from func.CommonErrors import canIgnoreSSLError
+from CommonErrors import canIgnoreSSLError
 
 
 class SSLConnection: