Fix get-modulename.py for python3
ConfigParser got renamed in Python 3 to configparser, update get-modulename.py so that it now runs under python3. Change-Id: Ic32b22d537ce43fb5382fdad4b550061d9060c6e
This commit is contained in:
parent
38aabd672c
commit
ffa2095870
@ -15,7 +15,7 @@
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import ConfigParser as configparser
|
||||
import configparser
|
||||
import sys
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user