rbit / pydtls

Datagram Transport Layer Security for Python
Apache License 2.0
72 stars 45 forks source link

fix missing error import #4

Closed jvantuyl closed 10 years ago

jvantuyl commented 10 years ago

When a listening socket doesn't specify a cert and key correctly, the error code that is to be issued isn't imported from err.py. This patch adds that import.