diff options
Diffstat (limited to 'lab/parse_all.py')
-rw-r--r-- | lab/parse_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab/parse_all.py b/lab/parse_all.py index 37606838..b14c1f0e 100644 --- a/lab/parse_all.py +++ b/lab/parse_all.py @@ -3,7 +3,7 @@ import os import sys -from coverage.misc import CoverageException +from coverage.exceptions import CoverageException from coverage.parser import PythonParser for root, dirnames, filenames in os.walk(sys.argv[1]): |