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>2005-03-20 20:14:55 +0300
committerYann Leboulanger <asterix@lagaule.org>2005-03-20 20:14:55 +0300
commit32a809da5fef399e1dfd88fce7a424e9dc6bdcdf (patch)
treed877fcbf6063d87224d4119e53bab9dc8eae1a60
parent843f59b463f555ffbe641a8a46a8d7ea88897c6c (diff)
bugfix
-rw-r--r--plugins/gtkgui/gtkgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py
index b3f9e97ec..da3586ccf 100644
--- a/plugins/gtkgui/gtkgui.py
+++ b/plugins/gtkgui/gtkgui.py
@@ -55,6 +55,7 @@ import os
import time
import sys
import Queue
+import sre
import common.sleepy
class ImageCellRenderer(gtk.GenericCellRenderer):