This swaps import ConfigParser with import configparser in the clf tool scripts.
import ConfigParser
import configparser