]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
gp: Add missing import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 29 Aug 2023 02:57:20 +0000 (14:57 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 30 Aug 2023 02:15:29 +0000 (02:15 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/gp/vgp_openssh_ext.py

index 8b5306d84d5682bcbddb864e98e4286ef2710051..6e0ab770f5c115bc535d8e25bec7afcb0e99fe41 100644 (file)
@@ -15,6 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 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