From 33625b1c652c4b65911d33f9a248890dc95ad56a Mon Sep 17 00:00:00 2001 From: Matt Oswalt Date: Tue, 7 Feb 2017 12:21:05 -0800 Subject: [PATCH] Import configparser in 'six' rather than stdlib Signed-off-by: Matt Oswalt --- st2client/st2client/commands/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st2client/st2client/commands/auth.py b/st2client/st2client/commands/auth.py index ecf37bbfe6..93194d1e2c 100644 --- a/st2client/st2client/commands/auth.py +++ b/st2client/st2client/commands/auth.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from configparser import ConfigParser +from six.moves.configparser import ConfigParser import getpass import json import logging