1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-03-28 14:50:14 +03:00

Removed unused imports from gpupdate command

This commit is contained in:
Игорь Чудов 2019-11-28 17:54:01 +04:00
parent c8bc4cd6ff
commit 7a0f0fdcd0
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -3,17 +3,8 @@
import argparse
import subprocess
import threading
import os
import errno
import tempfile
import shutil
import socket
import sys
import re
class gpoa:
_gpoa_exe = '/usr/sbin/gpoa'