summaryrefslogtreecommitdiff
path: root/giscanner
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-02-13 11:25:23 -0500
committerColin Walters <walters@verbum.org>2009-02-13 11:25:23 -0500
commitc163cf24782b41ec118008be2b40684a69b5c969 (patch)
treec379b76d5d506afb37d89e3db56923f8f60d5a1b /giscanner
parent44ea75378eb33fa6386e66e9e5a55f3122363fb8 (diff)
parent318b712e3754d0a253c1ed665eb99e673be5b551 (diff)
downloadgobject-introspection-c163cf24782b41ec118008be2b40684a69b5c969.tar.gz
Merge branch 'master' of ssh://walters@git.gnome.org/git/gobject-introspection
Diffstat (limited to 'giscanner')
-rw-r--r--giscanner/cachestore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/cachestore.py b/giscanner/cachestore.py
index 8c901951..9ecde262 100644
--- a/giscanner/cachestore.py
+++ b/giscanner/cachestore.py
@@ -69,7 +69,7 @@ class CacheStore(object):
return (os.stat(store_filename).st_mtime >=
os.stat(filename).st_mtime)
- def _remove_filename(filename):
+ def _remove_filename(self, filename):
try:
os.unlink(filename)
except IOError, e: