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