From fc17f3568c985e6a3441fd814d9142952b0cb761 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 22 Jul 2013 23:25:18 +0200 Subject: little cleanup, added some tests --- pyload/plugins/Request.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pyload/plugins/Request.py') diff --git a/pyload/plugins/Request.py b/pyload/plugins/Request.py index 5652b6425..8e8e0cc6b 100644 --- a/pyload/plugins/Request.py +++ b/pyload/plugins/Request.py @@ -38,11 +38,6 @@ class Request(object): # TODO: content encoding? Could be handled globally - @property - def http(self): - print "Deprecated usage of req.http, just use req instead" - return self - def initContext(self): """ Should be used to initialize everything from given context and options """ pass -- cgit v1.2.3