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

main.py: remove unused import

This commit is contained in:
Игорь Чудов 2019-12-04 18:05:22 +04:00
parent b8693d4005
commit 98969efc8a
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -6,11 +6,6 @@ import argparse
import optparse
from samba import getopt as options
# This is needed by Registry.pol file search
import os
# This is needed for merging lists of PReg files.
import itertools
# Our native control facility
import util
from backend import samba_backend