summaryrefslogtreecommitdiffstats
path: root/module/FileList.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 17:05:45 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 17:05:45 +0200
commit252cf9964a2ebc78a589f75db2a7be0d25cac512 (patch)
tree0f4cd1a7949f8a3dc87eaed35f248170ee421943 /module/FileList.py
parentmany new stuff, some things already working (diff)
downloadpyload-252cf9964a2ebc78a589f75db2a7be0d25cac512.tar.xz
more improvements and cleaned some imports
Diffstat (limited to 'module/FileList.py')
-rw-r--r--module/FileList.py2
1 files changed, 0 insertions, 2 deletions
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