summaryrefslogtreecommitdiff
path: root/cloudinit/ec2_utils.py
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-02-08 12:20:33 -0800
committerJoshua Harlow <harlowja@gmail.com>2014-02-08 12:20:33 -0800
commit098a74e6207f5d91f515fac63e970375d52795c0 (patch)
tree5ffe75bde7cab1d4ea2fea207c81a8870876f53a /cloudinit/ec2_utils.py
parent7fb9f75e1bd8b8ef36398c7adeb8d18a4fe9745e (diff)
downloadvyos-cloud-init-098a74e6207f5d91f515fac63e970375d52795c0.tar.gz
vyos-cloud-init-098a74e6207f5d91f515fac63e970375d52795c0.zip
Remove HEAD usage and other small adjustments
Diffstat (limited to 'cloudinit/ec2_utils.py')
-rw-r--r--cloudinit/ec2_utils.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cloudinit/ec2_utils.py b/cloudinit/ec2_utils.py
index 91cba20f..a7c9c9ab 100644
--- a/cloudinit/ec2_utils.py
+++ b/cloudinit/ec2_utils.py
@@ -16,10 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import httplib
-from urlparse import (urlparse, urlunparse)
-
import functools
+import httplib
import json
from cloudinit import log as logging