diff --git a/openstackdocstheme/ext.py b/openstackdocstheme/ext.py index 5ac9c3f3..24c0cdcf 100644 --- a/openstackdocstheme/ext.py +++ b/openstackdocstheme/ext.py @@ -12,10 +12,7 @@ # License for the specific language governing permissions and limitations # under the License. -try: - import configparser -except ImportError: - import ConfigParser as configparser +import configparser import os import subprocess import textwrap