Skip to content
Snippets Groups Projects
Commit d067a556 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Make Secrets a subclass of object

parent 2ab19e28
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ import pickle
secrets_filename = gajimpaths['SECRETS_FILE']
secrets_cache = None
class Secrets:
class Secrets(object):
def __init__(self, filename):
self.filename = filename
self.srs = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment