commit | fcd9a080dba1237780361b28b38c15ece634e176 | [log] [tgz] |
---|---|---|
author | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 09:43:23 2015 -0400 |
committer | Matthew Treinish <mtreinish@kortar.org> | Thu Apr 23 12:00:18 2015 -0400 |
tree | bf999c5f22073fbd05c9d79b68562790c8fc53d3 | |
parent | f077dd26d3228e96fcf9702f5eb51fe12f04bdd2 [diff] |
Switch all uses of ConfigParser to import from six As part of enabling python3 support in tempest we need to be able to handle ConfigParser usage in both python2 and python3. Six provies a compat layer for doing this, so this commit moves all uses of ConfigParser to get it through six. Change-Id: Ie4a788dc9b9151557e9f197fb48f3225c39de89f