Skip to content
Snippets Groups Projects
Commit b18e292a authored by Dicson's avatar Dicson
Browse files

Rename acronyms file

parent b91ce8c8
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ class AcronymsExpanderPlugin(GajimPlugin): ...@@ -62,7 +62,7 @@ class AcronymsExpanderPlugin(GajimPlugin):
@log_calls('AcronymsExpanderPlugin') @log_calls('AcronymsExpanderPlugin')
def get_own_acronyms_list(self): def get_own_acronyms_list(self):
data_file = self.local_file_path('acronyms') data_file = self.local_file_path('acronyms.py')
data = open(data_file, 'r') data = open(data_file, 'r')
acronyms = eval(data.read()) acronyms = eval(data.read())
data.close() data.close()
......
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