diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-12-01 15:13:17 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-12-01 15:13:17 +0000 |
commit | a733833b6863da0b0a7eb19919aefb151b983986 (patch) | |
tree | 405607068d6fe6984bfdab9adcd97d76da5d70ff /giscanner | |
parent | 381c42be6df69deca5ef51a8e3de63d3aad940d2 (diff) | |
download | gobject-introspection-a733833b6863da0b0a7eb19919aefb151b983986.tar.gz |
Remove tabs, fixes make check
svn path=/trunk/; revision=980
Diffstat (limited to 'giscanner')
-rw-r--r-- | giscanner/cachestore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/giscanner/cachestore.py b/giscanner/cachestore.py index d7d7b4f2..4629e622 100644 --- a/giscanner/cachestore.py +++ b/giscanner/cachestore.py @@ -70,7 +70,7 @@ class CacheStore(object): return else: raise - except OSError, e: + except OSError, e: # File does not exist if e.errno == errno.ENOENT: return |