commit | c7959f219038656477589743e3a85af4e25e6412 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Thu Jun 09 21:50:23 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Thu Jun 09 21:50:23 2016 +0000 |
tree | b13109c931d4e76022b26b8ae2fc193e5212507a | |
parent | 84755e827afb66ac0128b23b2e87fb0a2c29e1ed [diff] | |
parent | e77bf87fd4a00150feec13f783cc4bf0c5987625 [diff] |
Merge "Python 3 Fixes: use six.moves.configparser"
diff --git a/tests/test_layoutvalidator.py b/tests/test_layoutvalidator.py index 3de4a94..46a8c7c 100644 --- a/tests/test_layoutvalidator.py +++ b/tests/test_layoutvalidator.py
@@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations # under the License. -import ConfigParser +from six.moves import configparser as ConfigParser import os import re