gobject-introspection r986 - trunk/giscanner



Author: johan
Date: Mon Dec  8 17:32:24 2008
New Revision: 986
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=986&view=rev

Log:
yay for scripts checking number of newlines

Modified:
   trunk/giscanner/cachestore.py

Modified: trunk/giscanner/cachestore.py
==============================================================================
--- trunk/giscanner/cachestore.py	(original)
+++ trunk/giscanner/cachestore.py	Mon Dec  8 17:32:24 2008
@@ -24,6 +24,7 @@
 import os
 import tempfile
 
+
 def _get_cachedir():
     cachedir = os.path.join(os.environ['HOME'], '.cache')
     if not os.path.exists(cachedir):



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]