Skip to content
Snippets Groups Projects
Commit 40edf1d0 authored by Dicson's avatar Dicson
Browse files

typo

parent 8295089b
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ class PluginManager(object):
'''
Registered handlers of GUI extension points.
'''
for path in [gajim.PLUGINS_DIRS[1], gajim.PLUGINS_DIRS[0]):
for path in [gajim.PLUGINS_DIRS[1], gajim.PLUGINS_DIRS[0]]:
pc = PluginManager.scan_dir_for_plugins(path)
self.add_plugins(pc)
self._activate_all_plugins_from_global_config()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment