summaryrefslogtreecommitdiffstats
path: root/module/network
diff options
context:
space:
mode:
Diffstat (limited to 'module/network')
-rw-r--r--module/network/Browser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/network/Browser.py b/module/network/Browser.py
index 6d8488b6a..054e099b3 100644
--- a/module/network/Browser.py
+++ b/module/network/Browser.py
@@ -29,6 +29,7 @@ class Browser(object):
lastEffectiveURL = property(lambda self: self.http.lastEffectiveURL)
lastURL = property(lambda self: self.http.lastURL, setLastURL)
code = property(lambda self: self.http.code)
+ cookieJar = property(lambda self: self.cj)
def setCookieJar(self, cj):
self.cj = cj