Rename acronyms file
This commit is contained in:
parent
b91ce8c82e
commit
b18e292a98
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue