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

Imported Pickle Python module to allow simple value caching

This commit is contained in:
Игорь Чудов 2019-11-15 12:12:00 +04:00
parent d4af6616dd
commit e5eb4caa81
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -34,6 +34,9 @@ import re
# This is needed for merging lists of PReg files.
import itertools
# This is needed for Username and SID caching
import pickle
# Our native control facility
import control