[trivial] Fix typo in __init__.py
Change-Id: I67810abbfb975c0d0ad0faf9807318c462580528
This commit is contained in:
parent
bdf735c662
commit
0b69890c11
@ -15,7 +15,7 @@ import os
|
|||||||
import eventlet
|
import eventlet
|
||||||
|
|
||||||
# NOTE(TheJulia): Eventlet, when monkey patching occurs, replaces the base
|
# NOTE(TheJulia): Eventlet, when monkey patching occurs, replaces the base
|
||||||
# dns resolver methods. This can lead to compatability issues,
|
# dns resolver methods. This can lead to compatibility issues,
|
||||||
# and un-expected exceptions being raised during the process
|
# and un-expected exceptions being raised during the process
|
||||||
# of monkey patching. Such as one if there are no resolvers.
|
# of monkey patching. Such as one if there are no resolvers.
|
||||||
os.environ['EVENTLET_NO_GREENDNS'] = "yes"
|
os.environ['EVENTLET_NO_GREENDNS'] = "yes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user