summaryrefslogtreecommitdiff
path: root/tox/__main__.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-09-17 20:30:13 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2016-09-17 20:30:13 +0200
commit07fdce28e407b0ec10b5fee682f134550eae335b (patch)
tree74baed3d9a1daa2ecd8d4bb3f00ff1e47c9f88d4 /tox/__main__.py
parent2237fc53240f8892577b3a54016dfcfe8be7fd56 (diff)
downloadtox-master.tar.gz
clean out source files and link to new repoHEADmaster
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()