Add missing urlparse import to s3_bucket (#2110)

This was triggered when S3_URL environment variable was set.
pull/4420/head
Ash Berlin 2016-05-10 16:00:13 +01:00 committed by Matt Clay
parent 814efc1418
commit bb42a6bcac
1 changed files with 1 additions and 0 deletions

View File

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