[sysadmin-bin] Remove the faulty import I had on my clipboard



commit bc005c609da65f9d71a72e6dcb7e84defe2605c9
Author: Andrea Veri <av gnome org>
Date:   Fri Oct 3 15:09:39 2014 +0200

    Remove the faulty import I had on my clipboard

 reset-my-password.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/reset-my-password.py b/reset-my-password.py
index bf83239..2a4772c 100755
--- a/reset-my-password.py
+++ b/reset-my-password.py
@@ -22,7 +22,6 @@ for line in lines:
                 ldap_password = str(dirty_password)
 
                 sanitize_file=["ldap_password", "\"", ":", "[", "]", "'"]
-from random import choice, randrange
                 for i in range(len(sanitize_file)):
                         ldap_password = ldap_password.replace(sanitize_file[i],"")
 file.close()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]