Remove inaccurate outdated comment
This commit is contained in:
parent
f91ad3dabe
commit
a27c5741a1
1 changed files with 0 additions and 4 deletions
|
@ -225,10 +225,6 @@ class VaultLib:
|
|||
|
||||
|
||||
class VaultEditor:
|
||||
# uses helper methods for write_file(self, filename, data)
|
||||
# to write a file so that code isn't duplicated for simple
|
||||
# file I/O, ditto read_file(self, filename) and launch_editor(self, filename)
|
||||
# ... "Don't Repeat Yourself", etc.
|
||||
|
||||
def __init__(self, password, filename):
|
||||
self.password = password
|
||||
|
|
Loading…
Reference in a new issue