This commit is contained in:
Kenneth Reitz
2011-08-17 01:32:12 -04:00
parent d0aa0175e6
commit ec33ce9d29
+1 -1
View File
@@ -27,7 +27,7 @@ def dict_from_cookiejar(cookiejar):
def cookiejar_from_dict(cookie_dict, domain=None):
"""Returns a CookieJar from a key/value dictoinary."""
"""Returns a CookieJar from a key/value dictionary."""
# create cookiejar
cj = cookielib.CookieJar()