From 32a809da5fef399e1dfd88fce7a424e9dc6bdcdf Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Sun, 20 Mar 2005 17:14:55 +0000
Subject: [PATCH] bugfix

---
 plugins/gtkgui/gtkgui.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py
index b3f9e97ec5..da3586ccfb 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):
-- 
GitLab