* Remove use of deprecated functions from the string module
[mirror/userdir-ldap.git] / ud-ldapshow
index 0c54cb4..c397340 100755 (executable)
@@ -4,7 +4,7 @@
 # Call with nokey to generate a missing key report
 # Call with noforward to generate a missing .forward report
 
-import string, re, time, ldap, getopt, sys;
+import re, time, ldap, getopt, sys;
 from userdir_ldap import *;
 
 def ShowDups(Attrs,Len):