Fix import

This commit is contained in:
Philipp Hörist 2017-09-19 22:06:21 +02:00
parent 267dd73fcb
commit f6deff2cd0
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
import os
import logging
import gi
from gi.repository import GLib
from gajim.common import app
__all__ = ['get_password', 'save_password']