Commit 00fb6257 by jctanner Committed by James Tanner

Merge pull request #5225 from prometheanfire/devel

tests depend on the default encoding being utf8
parent 01a96d74
......@@ -10,6 +10,10 @@ from nose.plugins.skip import SkipTest
import ansible.utils
import ansible.utils.template as template2
import sys
reload(sys)
sys.setdefaultencoding("utf8")
class TestUtils(unittest.TestCase):
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment