From 412153013b585b4939f84fdab41c27adf683c611 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Wed, 11 May 2011 22:18:22 -0400 Subject: [PATCH] ocarina: Remove reference to thread.py I removed the file a while ago, so this shouldn't be here. --- ocarina/fsselect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ocarina/fsselect.py b/ocarina/fsselect.py index dc5ff6a6..f3807ff3 100644 --- a/ocarina/fsselect.py +++ b/ocarina/fsselect.py @@ -6,7 +6,6 @@ import os gtk = ocarina.gtk libsaria = ocarina.libsaria -threads = libsaria.threads #FS_OK = gobject.signal_new("filesystem_ok", gtk.FileChooserDialog, # gobject.SIGNAL_RUN_FIRST, gobject.TYPE_NONE,