You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2020/03/10 15:58:51 UTC

[allura] 03/16: [#8354] fix six cookie import

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch db/8354
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 0c530a438675a2937ca49a19078cc2e63bad1618
Author: Dave Brondsema <da...@brondsema.net>
AuthorDate: Fri Mar 6 12:29:23 2020 -0500

    [#8354] fix six cookie import
---
 Allura/allura/lib/decorators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Allura/allura/lib/decorators.py b/Allura/allura/lib/decorators.py
index 6a33304..14a5e9c 100644
--- a/Allura/allura/lib/decorators.py
+++ b/Allura/allura/lib/decorators.py
@@ -21,7 +21,7 @@ import inspect
 import sys
 import json
 import logging
-from six.moves.http_cookies import Cookie
+from six.moves.http_cookiejar import Cookie
 from collections import defaultdict
 from six.moves.urllib.parse import unquote
 from datetime import datetime