From 11ad11c53a195e1bfaf2fdb13a9005131b2197b4 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 22 Aug 2018 12:22:08 -0600 Subject: [PATCH] add unicode_literals back to handle logging and other things. --- salt/modules/omapi.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/modules/omapi.py b/salt/modules/omapi.py index ca667edf7a..ef04c99edc 100644 --- a/salt/modules/omapi.py +++ b/salt/modules/omapi.py @@ -13,8 +13,7 @@ config or pillar: ''' # Import python libs -# Not importing unicode_literals as pypureomapi needs byte strings not unicode -from __future__ import absolute_import, print_function +from __future__ import absolute_import, print_function, unicode_literals import logging import struct