Rename acronyms file
This commit is contained in:
parent
b91ce8c82e
commit
b18e292a98
|
@ -62,7 +62,7 @@ class AcronymsExpanderPlugin(GajimPlugin):
|
|||
|
||||
@log_calls('AcronymsExpanderPlugin')
|
||||
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')
|
||||
acronyms = eval(data.read())
|
||||
data.close()
|
||||
|
|
Loading…
Reference in New Issue