* Remove use of deprecated functions from the string module
[mirror/userdir-ldap.git] / ud-homecheck
index dda3410..ba463c1 100755 (executable)
@@ -3,7 +3,7 @@
 # Checks a directory against the passwd file assuming it is the home
 # directory directory
 
-import string, ldap, getopt, sys, os, pwd;
+import ldap, getopt, sys, os, pwd;
 
 for x in os.listdir(sys.argv[1]):
    try: