1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-19 12:23:49 +03:00

gpo: Move Group Policy code below gp directory

Moves the Group Policy extensions and supporting
code within the existing python/samba/gp directory.
Meant to clean up the clutter that's accumulating
in python/samba.

Signed-off-by: David Mulder <dmulder@suse.com>
Reviewed-by: Jeremy Allison <jra@samba.org>

Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue May 31 20:15:45 UTC 2022 on sn-devel-184
This commit is contained in:
David Mulder
2022-05-27 10:56:25 -06:00
committed by Jeremy Allison
parent 5aa6b85cd9
commit 56f5ea6830
26 changed files with 78 additions and 78 deletions

View File

@@ -67,7 +67,7 @@ from samba.netcmd.common import attr_default
from samba.common import get_bytes, get_string
from configparser import ConfigParser
from io import StringIO, BytesIO
from samba.vgp_files_ext import calc_mode, stat_from_mode
from samba.gp.vgp_files_ext import calc_mode, stat_from_mode
import hashlib