Utilities/PasswordChecker.py

changeset 4566
a2e8f3c420ec
parent 4021
195a471c327b
child 4631
5c1a96925da4
--- a/Utilities/PasswordChecker.py	Sun Nov 15 13:59:43 2015 +0100
+++ b/Utilities/PasswordChecker.py	Sun Nov 15 14:29:20 2015 +0100
@@ -635,11 +635,3 @@
                 break
         
         return self.complexity["value"]
-
-if __name__ == "__main__":
-    while True:
-        try:
-            pwd = input("Enter password: ")
-            print(pwd, PasswordChecker().checkPassword(pwd))
-        except KeyboardInterrupt:
-            break

eric ide

mercurial