summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-12-08 17:32:24 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-12-08 17:32:24 +0000
commit191c26bd58eefd0a7403a8d696ead1b515aed778 (patch)
tree24a5bfc9dcbe560b661a4ba2464b04e6f1da5ca4
parentd05de46ddec10d4b7f9968320d2cb5f54d14d2f4 (diff)
downloadgobject-introspection-191c26bd58eefd0a7403a8d696ead1b515aed778.tar.gz
yay for scripts checking number of newlines
svn path=/trunk/; revision=986
-rw-r--r--giscanner/cachestore.py1
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):