dont' load plugin config file twice. Fixes #5914

This commit is contained in:
Yann Leboulanger 2010-09-17 10:00:25 +02:00
parent 6d430aa372
commit 409038784a
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ class GajimPluginConfig(UserDict.DictMixin):
locale.getpreferredencoding())
#log.debug('FILE_PATH = %s'%(self.FILE_PATH))
self.data = None
self.load()
@log_calls('GajimPluginConfig')
def __getitem__(self, key):