From 9cc810e615822520957dccbefe699aade5411594 Mon Sep 17 00:00:00 2001 From: JordonPhillips Date: Fri, 10 Jun 2016 10:47:08 -0700 Subject: [PATCH] Use urlopen from compat in gamelift. --- awscli/customizations/gamelift/getlog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/customizations/gamelift/getlog.py b/awscli/customizations/gamelift/getlog.py index 5b340a01bc27..3bded0e9dc13 100644 --- a/awscli/customizations/gamelift/getlog.py +++ b/awscli/customizations/gamelift/getlog.py @@ -13,7 +13,7 @@ import sys from functools import partial -from six.moves.urllib.request import urlopen +from awscli.compat import urlopen from awscli.customizations.commands import BasicCommand