From 252cf9964a2ebc78a589f75db2a7be0d25cac512 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 29 Jul 2010 17:05:45 +0200 Subject: more improvements and cleaned some imports --- module/FileList.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'module/FileList.py') diff --git a/module/FileList.py b/module/FileList.py index b785af6de..6a43f7d54 100644 --- a/module/FileList.py +++ b/module/FileList.py @@ -26,13 +26,11 @@ LIST_VERSION = 4 from operator import attrgetter from operator import concat from os.path import join -import re from threading import RLock from time import sleep import cPickle from module.DownloadThread import Status -import module.plugins.Plugin from module.PullEvents import InsertEvent from module.PullEvents import RemoveEvent from module.PullEvents import UpdateEvent -- cgit v1.2.3