Add missing urlparse import to s3_bucket (#2110)

This was triggered when S3_URL environment variable was set.
reviewable/pr18780/r1
Ash Berlin 8 years ago committed by Toshio Kuratomi
parent 816673dd6f
commit d00d0d0846

@ -97,6 +97,7 @@ EXAMPLES = '''
'''
import xml.etree.ElementTree as ET
import urlparse
try:
import boto.ec2

Loading…
Cancel
Save