aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-06-23 21:56:14 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-23 21:56:14 +0200
commit751540cae0bca8938393373348aa75488a122bc6 (patch)
tree7c53b841c1379ffb7de866609ae7c2aecee49af6 /AUTHORS
parent12af838675fa5eae32a8b97cf8fe81c2c812639f (diff)
parentb58b53ec93587bd9ddd8b2ec2fed63607ee8662b (diff)
Checks if XDA_DATA_HOME in os.environ before use
Additionally when XDA_DATA_HOME doesn't exist the cookie jar location defaults to os.environ["HOME"] + '.local/share/uzbl/cookies.txt' however when these strings are concatenated they are missing the path seperator '/'. Problem solved by using the builtin os.path.join to join the environ path and jar location.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 05271cb..031a634 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,6 +29,7 @@ Contributors:
(kmeaw) - fix for multibyte utf8 characters segfault
(evocallaghan) - tiny patches
Aaron Griffin (phrakture) - Makefile patches to build on OSX
+ Mason Larobina - os.environ.keys() & os.path.join fix in cookies.py
Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c
Which is copyrighted: