aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2020-03-25 10:13:50 -0400
committerJake Hunsaker <jhunsake@redhat.com>2020-04-07 16:43:36 -0400
commit89d6182fc9690bae3049fbaf8cf9a1159a66b3e1 (patch)
treef56e9b59aecd3f36b7898ada9eef3a458bfc3f74
parent3803dd215f760fd721e6f051b10dc534b7e62bef (diff)
downloadsos-89d6182fc9690bae3049fbaf8cf9a1159a66b3e1.tar.gz
[4.0] Remove __run__.py
Removes the redundant __run__.py from the project root, as it has not been used for quite some time and the legacy `sosreport` binary was its replacement. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rwxr-xr-x__run__.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/__run__.py b/__run__.py
deleted file mode 100755
index b0ac51b8..00000000
--- a/__run__.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is part of the sos project: https://github.com/sosreport/sos
-#
-# This copyrighted material is made available to anyone wishing to use,
-# modify, copy, or redistribute it subject to the terms and conditions of
-# version 2 of the GNU General Public License.
-#
-# See the LICENSE file in the source distribution for further information.
-
-from sos.sosreport import main
-import sys
-
-main(sys.argv[1:])
-
-# vim: set et ts=4 sw=4 :