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