From 0aa95087ea8f8788499c0beaa12f39642fd204ab Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 02:33:52 +0200 Subject: Fix class definition --- module/network/CookieJar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/network/CookieJar.py') diff --git a/module/network/CookieJar.py b/module/network/CookieJar.py index c05812334..a6ae090bc 100644 --- a/module/network/CookieJar.py +++ b/module/network/CookieJar.py @@ -19,7 +19,7 @@ from time import time -class CookieJar(): +class CookieJar: def __init__(self, pluginname, account=None): self.cookies = {} self.plugin = pluginname -- cgit v1.2.3