8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
18 """ | 18 """ |
19 def __init__(self): | 19 def __init__(self): |
20 """ | 20 """ |
21 Constructor | 21 Constructor |
22 """ | 22 """ |
23 super(PasswordReader, self).__init__() | 23 super().__init__() |
24 | 24 |
25 def read(self, fileNameOrDevice): | 25 def read(self, fileNameOrDevice): |
26 """ | 26 """ |
27 Public method to read a login data file. | 27 Public method to read a login data file. |
28 | 28 |