From: joey <> Date: Sat, 11 Aug 2007 10:11:55 +0000 (+0000) Subject: Removed unused and obsolete whrandom module X-Git-Tag: debian_userdir-ldap_0-3-14~5 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=2ebda936c01060d2dbd3b87292f19b6eec08e805 Removed unused and obsolete whrandom module --- 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: