diff rhodecode/lib/dbmigrate/schema/db_1_2_0.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 8ecc6b8229a5
children 9451a569aee5
line wrap: on
line diff
--- a/rhodecode/lib/dbmigrate/schema/db_1_2_0.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/lib/dbmigrate/schema/db_1_2_0.py	Thu Dec 29 07:35:51 2011 +0200
@@ -1044,7 +1044,7 @@
         Returns Invalidation object if this given key should be invalidated
         None otherwise. `cache_active = False` means that this cache
         state is not valid and needs to be invalidated
-        
+
         :param key:
         """
         return cls.query()\
@@ -1056,7 +1056,7 @@
     def set_invalidate(cls, key):
         """
         Mark this Cache key for invalidation
-        
+
         :param key:
         """
 
@@ -1080,7 +1080,7 @@
     def set_valid(cls, key):
         """
         Mark this cache key as active and currently cached
-        
+
         :param key:
         """
         inv_obj = Session.query(CacheInvalidation)\
@@ -1095,4 +1095,3 @@
     repository_id = Column('repository_id', String(250), primary_key=True)
     repository_path = Column('repository_path', Text)
     version = Column('version', Integer)
-