remove unneeded imports
This commit is contained in:
parent
0b909b103d
commit
9019f4f292
1 changed files with 0 additions and 2 deletions
2
setup
2
setup
|
@ -24,12 +24,10 @@ import sys
|
||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
import re
|
import re
|
||||||
import shlex
|
|
||||||
import socket
|
import socket
|
||||||
import struct
|
import struct
|
||||||
import subprocess
|
import subprocess
|
||||||
import traceback
|
import traceback
|
||||||
import syslog
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import selinux
|
import selinux
|
||||||
|
|
Loading…
Reference in a new issue