kopia lustrzana https://github.com/micropython/micropython-lib
rodzic
157e3b5d61
commit
a4a524e4ac
|
@ -1 +1,6 @@
|
|||
from ussl import *
|
||||
|
||||
# Constants
|
||||
for sym in "CERT_NONE", "CERT_OPTIONAL", "CERT_REQUIRED":
|
||||
if sym not in globals():
|
||||
globals()[sym] = object()
|
||||
|
|
Ładowanie…
Reference in New Issue