diff options
-rw-r--r-- | tests/archive_tests.py | 2 | ||||
-rw-r--r-- | tests/option_tests.py | 2 | ||||
-rw-r--r-- | tests/report_tests.py | 2 | ||||
-rw-r--r-- | tests/sosreport_pexpect.py | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py index 350220b9..499ebf7e 100644 --- a/tests/archive_tests.py +++ b/tests/archive_tests.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import unittest import os import tarfile diff --git a/tests/option_tests.py b/tests/option_tests.py index 4af16270..308b4d9a 100644 --- a/tests/option_tests.py +++ b/tests/option_tests.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import unittest from sos.plugins import Plugin diff --git a/tests/report_tests.py b/tests/report_tests.py index e18c4cf4..bd762963 100644 --- a/tests/report_tests.py +++ b/tests/report_tests.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import unittest import os diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py index af94541c..8cf79a8f 100644 --- a/tests/sosreport_pexpect.py +++ b/tests/sosreport_pexpect.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - import unittest import pexpect |