From 420a2ddaf25125a20b268ec006e81fc429993f63 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 26 Jan 2011 19:53:27 +0100 Subject: new l18n files --- module/plugins/hoster/Xdcc.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/plugins/hoster/Xdcc.py') diff --git a/module/plugins/hoster/Xdcc.py b/module/plugins/hoster/Xdcc.py index 3e68c7289..fe194abe1 100644 --- a/module/plugins/hoster/Xdcc.py +++ b/module/plugins/hoster/Xdcc.py @@ -17,8 +17,6 @@ @author: jeix """ -import logging -from os.path import exists from os.path import join from os.path import exists from os import makedirs @@ -52,7 +50,6 @@ class Xdcc(Hoster): def process(self, pyfile): self.pyfile = pyfile - self.req = pyfile.m.core.requestFactory.getRequest(self.__name__, type="XDCC") for i in range(0,3): try: self.doDownload(pyfile.url) -- cgit v1.2.3