diff options
| author | Joseph Sutton <josephsutton@catalyst.net.nz> | 2023-08-29 14:57:20 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-08-30 02:15:29 +0000 |
| commit | 5755b4a4905e945b3afb07aaa3434c19e5beeecd (patch) | |
| tree | 809474ee5fbb3b3392c44d94eea7a97c01929138 /python | |
| parent | de04333b4d5da7a4b22778c83428e80c1a6ca97d (diff) | |
| download | samba-5755b4a4905e945b3afb07aaa3434c19e5beeecd.tar.gz samba-5755b4a4905e945b3afb07aaa3434c19e5beeecd.tar.bz2 samba-5755b4a4905e945b3afb07aaa3434c19e5beeecd.zip | |
gp: Add missing import
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/samba/gp/vgp_openssh_ext.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 <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 |
