diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-12-08 17:32:24 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-12-08 17:32:24 +0000 |
commit | 191c26bd58eefd0a7403a8d696ead1b515aed778 (patch) | |
tree | 24a5bfc9dcbe560b661a4ba2464b04e6f1da5ca4 /giscanner/cachestore.py | |
parent | d05de46ddec10d4b7f9968320d2cb5f54d14d2f4 (diff) | |
download | gobject-introspection-191c26bd58eefd0a7403a8d696ead1b515aed778.tar.gz |
yay for scripts checking number of newlines
svn path=/trunk/; revision=986
Diffstat (limited to 'giscanner/cachestore.py')
-rw-r--r-- | giscanner/cachestore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/giscanner/cachestore.py b/giscanner/cachestore.py index d9163464..b2fee6aa 100644 --- a/giscanner/cachestore.py +++ b/giscanner/cachestore.py @@ -24,6 +24,7 @@ import hashlib import os import tempfile + def _get_cachedir(): cachedir = os.path.join(os.environ['HOME'], '.cache') if not os.path.exists(cachedir): |