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:
parent
d4af6616dd
commit
e5eb4caa81
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user