Merge "fix a typo in code"

This commit is contained in:
Zuul 2018-06-09 00:17:41 +00:00 committed by Gerrit Code Review
commit a1f4793700
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
import os
# Eventlet's GreenDNS Patching will prevent the resolution of names in
# the /etc/hosts file, causing problems for for installs.
# the /etc/hosts file, causing problems for installs.
os.environ['EVENTLET_NO_GREENDNS'] = 'yes'
import socket