From 389f9d94a2daa740b22506ac37a92e79540a6289 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 14 Sep 2007 22:27:36 +0000 Subject: [PATCH] fix last, oops --- plugins/TorrentFiles/tab_files.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/TorrentFiles/tab_files.py b/plugins/TorrentFiles/tab_files.py index 46c4ab301..d9988f17f 100644 --- a/plugins/TorrentFiles/tab_files.py +++ b/plugins/TorrentFiles/tab_files.py @@ -99,7 +99,6 @@ class FilesTabManager(FilesBaseManager): os.startfile(os.path.join(save_dir, file_name)) except WindowsError: import gtk - import dialogs gtk.gdk.threads_enter() result = dialogs.show_popup_warning(None, _("There is a \ newer version of Deluge. Would you like to be taken to our download site?"))