summaryrefslogtreecommitdiff
path: root/tox/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tox/__main__.py')
-rw-r--r--tox/__main__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox/__main__.py b/tox/__main__.py
deleted file mode 100644
index e28d746..0000000
--- a/tox/__main__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from tox.session import main
-
-if __name__ == "__main__":
- main()