Make template test work with both py2.6 and 2.7+

This commit is contained in:
Toshio Kuratomi
2015-04-30 09:23:57 -07:00
parent aafda44bb3
commit 8d0ceeca91
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
templated_var_loaded
{
"bool": true,
"multi_part": "1Foo",
"number": 5,
"string_num": "5"
}

View File

@@ -1,8 +1,8 @@
templated_var_loaded
{
"bool": true,
"multi_part": "1Foo",
"number": 5,
"bool": true,
"multi_part": "1Foo",
"number": 5,
"string_num": "5"
}