Checks if XDA_DATA_HOME in os.environ before use
authorMason Larobina <mason.larobina@gmail.com>
Tue, 23 Jun 2009 19:56:14 +0000 (21:56 +0200)
committerDieter Plaetinck <dieter@plaetinck.be>
Tue, 23 Jun 2009 19:56:14 +0000 (21:56 +0200)
commit751540cae0bca8938393373348aa75488a122bc6
tree7c53b841c1379ffb7de866609ae7c2aecee49af6
parent12af838675fa5eae32a8b97cf8fe81c2c812639f
parentb58b53ec93587bd9ddd8b2ec2fed63607ee8662b
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.
AUTHORS