diff options
-rwxr-xr-x | __run__.py | 14 |
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 : |