From 2ebda936c01060d2dbd3b87292f19b6eec08e805 Mon Sep 17 00:00:00 2001 From: joey <> Date: Sat, 11 Aug 2007 10:11:55 +0000 Subject: [PATCH] Removed unused and obsolete whrandom module --- ud-host | 2 +- ud-info | 2 +- userdir_ldap.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ud-host b/ud-host index 1183aa5..4ba0571 100755 --- a/ud-host +++ b/ud-host @@ -32,7 +32,7 @@ # -l list all hosts and their status # -f list all SSH fingerprints -import string, time, os, pwd, sys, getopt, ldap, crypt, whrandom, readline, copy; +import string, time, os, pwd, sys, getopt, ldap, crypt, readline, copy; from tempfile import mktemp from os import O_CREAT, O_EXCL, O_WRONLY from userdir_ldap import *; diff --git a/ud-info b/ud-info index cbb77e7..ac8f2af 100755 --- a/ud-info +++ b/ud-info @@ -17,7 +17,7 @@ # -r Enable 'root' functions, do this if your uid has access to # restricted variables. -import string, time, os, pwd, sys, getopt, ldap, crypt, whrandom, readline, copy; +import string, time, os, pwd, sys, getopt, ldap, crypt, readline, copy; from userdir_ldap import *; RootMode = 0; diff --git a/userdir_ldap.py b/userdir_ldap.py index 634c514..cfd2c45 100644 --- a/userdir_ldap.py +++ b/userdir_ldap.py @@ -17,7 +17,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Some routines and configuration that are used by the ldap progams -import termios, re, string, imp, ldap, sys, whrandom, crypt, rfc822; +import termios, re, string, imp, ldap, sys, crypt, rfc822; import userdir_gpg try: -- 2.20.1