Merge "Use import from six.moves to import the ConfigParser module"

This commit is contained in:
Jenkins 2014-06-10 10:48:53 +00:00 committed by Gerrit Code Review
commit 5350a46d34
2 changed files with 2 additions and 2 deletions

View File

@ -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 gc
import hashlib
import json

View File

@ -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 cStringIO
import extras
import logging