Commit a27c5741 by Abhijit Menon-Sen

Remove inaccurate outdated comment

parent f91ad3da
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment