[sysadmin-bin] Remove the faulty import I had on my clipboard
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Remove the faulty import I had on my clipboard
- Date: Fri, 3 Oct 2014 13:09:44 +0000 (UTC)
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]