Rename acronyms file

This commit is contained in:
Denis Fomin 2013-08-28 11:31:17 +04:00
parent b91ce8c82e
commit b18e292a98
2 changed files with 1 additions and 1 deletions

View File

@ -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()