From 313bad0316684fed4d1e347ebbb4e42e4e6e49dd Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 19 Apr 2014 15:31:18 +0200 Subject: major bugfix for link and packing adding --- pyload/DownloadManager.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pyload/DownloadManager.py') diff --git a/pyload/DownloadManager.py b/pyload/DownloadManager.py index abb61a4fd..e3a767345 100644 --- a/pyload/DownloadManager.py +++ b/pyload/DownloadManager.py @@ -26,8 +26,6 @@ from ReadWriteLock import ReadWriteLock from Api import DownloadStatus as DS -from datatypes.PyFile import PyFile - from utils import lock, read_lock from utils.fs import exists, join, free_space @@ -221,7 +219,7 @@ class DownloadManager: elif plugin == "crypter": self.startDecrypterThread(info) else: - self.log.error(_("Plugin type '%s' is can be used for downloading") % plugin) + self.log.error(_("Plugin type '%s' can't be used for downloading") % plugin) return False -- cgit v1.2.3