summaryrefslogtreecommitdiff
path: root/__main__.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-12 08:00:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-12 08:00:56 -0500
commite5b6d5af086583410298baba20c0e6bf87d53b5c (patch)
tree9d35f88deffc414dac90eeca84e2e870379525c6 /__main__.py
parent34c8cc69cada9fef4609d22c1b2fa6e28f365ea7 (diff)
downloadpython-coveragepy-e5b6d5af086583410298baba20c0e6bf87d53b5c.tar.gz
Run lint with tox. I wish it ran faster...
Diffstat (limited to '__main__.py')
-rw-r--r--__main__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/__main__.py b/__main__.py
index a44b820..c998e1d 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'