diff options
Diffstat (limited to '__main__.py')
-rw-r--r-- | __main__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/__main__.py b/__main__.py index a44b820a..c998e1da 100644 --- a/__main__.py +++ b/__main__.py @@ -3,7 +3,8 @@ """Be able to execute coverage.py by pointing Python at a working tree.""" -import runpy, os +import runpy +import os PKG = 'coverage' |