diff options
Diffstat (limited to 'clang/utils/check_cfc/check_cfc.py')
| -rwxr-xr-x | clang/utils/check_cfc/check_cfc.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/clang/utils/check_cfc/check_cfc.py b/clang/utils/check_cfc/check_cfc.py index 8d42ec5..7658f6c 100755 --- a/clang/utils/check_cfc/check_cfc.py +++ b/clang/utils/check_cfc/check_cfc.py @@ -56,11 +56,7 @@ import shutil import subprocess import sys import tempfile - -try: - import configparser -except ImportError: - import ConfigParser as configparser +import configparser import io import obj_diff |
