Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim
Commits
d067a556
Commit
d067a556
authored
Jul 24, 2015
by
Yann Leboulanger
Browse files
Make Secrets a subclass of object
parent
2ab19e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/secrets.py
View file @
d067a556
...
...
@@ -31,7 +31,7 @@
secrets_filename
=
gajimpaths
[
'SECRETS_FILE'
]
secrets_cache
=
None
class
Secrets
:
class
Secrets
(
object
)
:
def
__init__
(
self
,
filename
):
self
.
filename
=
filename
self
.
srs
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment