Browse code

Allowing the installer to accept spaces in the password

Mahmoud Bassiouny authored on 2015/08/21 06:25:06
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ class ReadText(Action):
34 34
         if accepted_chars:
35 35
             self.accepted_chars = accepted_chars
36 36
         else:
37
-            self.accepted_chars = range(33, 127)
37
+            self.accepted_chars = range(32, 127)
38 38
 
39 39
     def hide(self):
40 40
         return