fix a typo in code

Remove the duplicated 'for'.

Change-Id: I83a1a1f085b5d8272f920db7df2b40ed23802915
This commit is contained in:
melissaml 2018-06-05 17:39:22 +08:00
parent 105d89e9ec
commit b16971d68c
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