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
commitf2f9bed2b7d3eeba2a500c9f404992e11eff51d2 (patch)
tree428805010316f0fbad54a4e750bbdbf9b7e8f71a /__main__.py
parent5889e7f726928e912e2685aab0384f7df8bc94bc (diff)
downloadpython-coveragepy-git-f2f9bed2b7d3eeba2a500c9f404992e11eff51d2.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 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'