Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
commit06ab4a7b6dd3d2f9db0d5df1f1cfe0dd635d96bc (patch)
tree04072fc88ede31308beb5e63f2afaeff9a787414 /src/profile_window.py
parentf801a50260a7f7748952b6c88f065575bcac547c (diff)
revert thorstenp patches for now. They introduce bugs.
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index 9734baba5..710deac5b 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -33,6 +33,8 @@ import dialogs
import vcard
from common import gajim
+from common.i18n import Q_
+
class ProfileWindow:
'''Class for our information window'''