plugins fixes, improvements

This commit is contained in:
ingvar1995
2016-06-22 14:35:22 +03:00
parent fb74ea4455
commit 5a0843d98b
18 changed files with 50 additions and 38 deletions

View File

@ -14,7 +14,7 @@ class SmileyLoader(util.Singleton):
"""
def __init__(self, settings):
SmileyLoader._instance = self
super().__init__()
self._settings = settings
self._curr_pack = None # current pack name
self._smileys = {} # smileys dict. key - smiley (str), value - path to image (str)