From: Joseph Sutton Date: Tue, 29 Aug 2023 02:57:20 +0000 (+1200) Subject: gp: Add missing import X-Git-Tag: tevent-0.16.0~769 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5755b4a4905e945b3afb07aaa3434c19e5beeecd;p=thirdparty%2Fsamba.git gp: Add missing import Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/gp/vgp_openssh_ext.py b/python/samba/gp/vgp_openssh_ext.py index 8b5306d84d5..6e0ab770f5c 100644 --- a/python/samba/gp/vgp_openssh_ext.py +++ b/python/samba/gp/vgp_openssh_ext.py @@ -15,6 +15,7 @@ # along with this program. If not, see . import os +import re from io import BytesIO from samba.gp.gpclass import gp_xml_ext, gp_file_applier from samba.common import get_bytes