Skip to content

Commit 07e124d

Browse files
author
root
committed
Deleted unused import
1 parent 33b725c commit 07e124d

File tree

437 files changed

+434
-860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

437 files changed

+434
-860
lines changed

linux-tools/GConf2/GConf2.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class GConf2(test.test):
109

linux-tools/acl/acl.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class acl(test.test):
109

linux-tools/acpid/acpid.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class acpid(test.test):
109

linux-tools/arpwatch/arpwatch.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class arpwatch(test.test):
109

linux-tools/at/at.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class at(test.test):
109

linux-tools/attr/attr.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class attr(test.test):
109

linux-tools/audit/audit.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class audit(test.test):
109

linux-tools/autofs/autofs.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class autofs(test.test):
109

linux-tools/avahi_autoipd/avahi_autoipd.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66
import subprocess
77
from distutils.spawn import find_executable
8-
from autotest.client import test, utils
8+
from autotest.client import test
99
from autotest.client.shared import error
1010

1111

linux-tools/bash/bash.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class bash(test.test):
109

linux-tools/bc/bc.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class bc(test.test):
109

linux-tools/bridge_utils/bridge_utils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class bridge_utils(test.test):
109

linux-tools/bzip2/bzip2.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class bzip2(test.test):
109

linux-tools/checkpolicy/checkpolicy.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class checkpolicy(test.test):
109

linux-tools/cifs_utils/cifs_utils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class cifs_utils(test.test):
109

linux-tools/coreutils/coreutils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class coreutils(test.test):
109

linux-tools/corosync/corosync.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class corosync(test.test):
109

linux-tools/cpio/cpio.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class cpio(test.test):
109

linux-tools/crontab/crontab.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os
3-
import shutil
43
import logging
54
from time import sleep
65

7-
from autotest.client import test, utils
6+
from autotest.client import test
87

98
from autotest.client.shared import error
109

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

linux-tools/dbus_python/dbus-python-tests/test-signals.py

-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,8 @@
2323
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2424
# DEALINGS IN THE SOFTWARE.
2525

26-
import sys
2726
import os
2827
import unittest
29-
import time
3028
import logging
3129

3230
builddir = os.path.normpath(os.environ["DBUS_TOP_BUILDDIR"])
Binary file not shown.

linux-tools/dbus_python/dbus-python-tests/test-standalone.py

-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,12 @@
2929
from __future__ import unicode_literals
3030

3131
import sys
32-
import os
3332
import unittest
3433

3534
#builddir = os.path.normpath(os.environ["DBUS_TOP_BUILDDIR"])
3635
#pydir = os.path.normpath(os.environ["DBUS_TOP_SRCDIR"])
3736

3837
import _dbus_bindings
39-
import dbus
4038
import dbus.lowlevel as lowlevel
4139
import dbus.types as types
4240
from dbus._compat import is_py2, is_py3
Binary file not shown.
Binary file not shown.

linux-tools/dbus_python/dbus_python.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class dbus_python(test.test):
109

linux-tools/desktop_file_utils/desktop_file_utils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class desktop_file_utils(test.test):
109

linux-tools/dhcp/dhcp.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class dhcp(test.test):
109

linux-tools/diffstat/diffstat.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class diffstat(test.test):
109

linux-tools/diffutils/diffutils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class diffutils(test.test):
109

linux-tools/dirsplit/dirsplit.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class dirsplit(test.test):
109

linux-tools/dnsmasq/dnsmasq.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class dnsmasq(test.test):
109

linux-tools/dosfstools/dosfstools.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class dosfstools(test.test):
109

linux-tools/ebtables/ebtables.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class ebtables(test.test):
109

linux-tools/ed/ed.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/bin/python
22
import os, subprocess
3-
import shutil
43
import logging
54

6-
from autotest.client import test, utils
7-
from autotest.client.shared import error, software_manager
5+
from autotest.client import test
6+
from autotest.client.shared import error
87

98
class ed(test.test):
109

0 commit comments

Comments
 (0)