fix sorting of emotjies

This commit is contained in:
Chrys
2019-08-26 18:54:31 +02:00
parent c407f2f418
commit 59c4a2beb4
2 changed files with 4 additions and 43 deletions

View File

@ -114,4 +114,4 @@ class punctuationManager():
sepLine[1] = ':===:'
self.env['punctuation'][currDictName][sepLine[0]] = sepLine[1]
self.env['runtime']['debug'].writeDebugOut("Punctuation: " + currDictName + '.' + str(sepLine[0]) + ' :' + sepLine[1] ,debug.debugLevel.INFO, onAnyLevel=True)
dictConfig.close()
dictConfig.close()