ud-generate: add missing subprocess import
authorJulien Cristau <jcristau@debian.org>
Mon, 14 Oct 2019 19:08:03 +0000 (21:08 +0200)
committerJulien Cristau <jcristau@debian.org>
Mon, 14 Oct 2019 19:08:03 +0000 (21:08 +0200)
ud-generate

index dacd0d0..3d63776 100755 (executable)
@@ -32,6 +32,7 @@ from dsa_mq.connection import Connection
 from dsa_mq.config import Config
 
 import string, re, time, ldap, optparse, sys, os, pwd, posix, socket, base64, hashlib, shutil, errno, tarfile, grp, fcntl, dbm
+import subprocess
 from userdir_ldap import *
 from userdir_exceptions import *
 import UDLdap