summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-10-15 18:04:59 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-10-15 18:04:59 -0300
commitef53b6112e0a384f319ce199e1166ace4bd6af7a (patch)
tree66c53d258ff447d0e93c098d39e755ecb4357efd
parent01580ad37a7d000045baccb0a67ebd1f8a4da8be (diff)
Remove unused code.
-rw-r--r--src/leap/bitmask/gui/wizard.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py
index e3f5904e..6ba65410 100644
--- a/src/leap/bitmask/gui/wizard.py
+++ b/src/leap/bitmask/gui/wizard.py
@@ -53,9 +53,6 @@ class Wizard(QtGui.QWizard):
REGISTER_USER_PAGE = 4
SERVICES_PAGE = 5
- WEAK_PASSWORDS = ("123456", "qweasd", "qwerty",
- "password")
-
BARE_USERNAME_REGEX = r"^[A-Za-z\d_]+$"
def __init__(self, bypass_checks=False):