diff options
Diffstat (limited to 'coverage/config.py')
-rw-r--r-- | coverage/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/config.py b/coverage/config.py index 9bd5dd5..d15810e 100644 --- a/coverage/config.py +++ b/coverage/config.py @@ -5,7 +5,7 @@ from coverage.backward import string_class, iitems from coverage.misc import CoverageException -# In py3, # ConfigParser was renamed to the more-standard configparser +# In py3, ConfigParser was renamed to the more-standard configparser try: import configparser except ImportError: |