summaryrefslogtreecommitdiffstats
path: root/module/network/Browser.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/network/Browser.py')
-rw-r--r--module/network/Browser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/network/Browser.py b/module/network/Browser.py
index 2dc9c3d83..8bcedb773 100644
--- a/module/network/Browser.py
+++ b/module/network/Browser.py
@@ -8,6 +8,9 @@ from HTTPDownload import HTTPDownload
class Browser(object):
+
+ __slots__ = ("log", "options", "bucket", "cj", "_size", "http", "dl")
+
def __init__(self, bucket=None, options={}):
self.log = getLogger("log")