Skip to content
Snippets Groups Projects
Commit d19df32c authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

reorder imports in history_manager so that it can bu run. Fixes #5391

parent cb1fcc8c
No related branches found
No related tags found
No related merge requests found
......@@ -83,15 +83,15 @@ common.configpaths.gajimpaths.init(config_path)
del config_path
common.configpaths.gajimpaths.init_profile()
from common import exceptions
import dialogs
from common import gajim
import gtkgui_helpers
from common.logger import LOG_DB_PATH, constants
#FIXME: constants should implement 2 way mappings
status = dict((constants.__dict__[i], i[5:].lower()) for i in \
constants.__dict__.keys() if i.startswith('SHOW_'))
from common import gajim
from common import helpers
import dialogs
# time, message, subject
(
......
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