Changeset - 79c5967a1e5c
[Not reviewed]
beta
0 8 0
Marcin Kuzminski - 13 years ago 2012-12-03 02:56:57
marcin@python-works.com
whitespace and formatting
3 files changed with 0 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/dbmigrate/schema/db_1_4_0.py
Show inline comments
 
@@ -1812,4 +1812,3 @@ class DbMigrateVersion(Base, BaseModel):
 
    repository_id = Column('repository_id', String(250), primary_key=True)
 
    repository_path = Column('repository_path', Text)
 
    version = Column('version', Integer)
 

	
rhodecode/lib/vcs/utils/lazy.py
Show inline comments
 
@@ -43,4 +43,3 @@ class ThreadLocalLazyProperty(LazyProper
 

	
 
        result = obj.__tl_dict__[self.__name__] = self._func(obj)
 
        return result
 

	
rhodecode/tests/__init__.py
Show inline comments
 
@@ -182,5 +182,3 @@ def _get_repo_create_params(**custom):
 
        defs.update({'repo_name_full': defs['repo_name']})
 

	
 
    return defs
 

	
 

	
0 comments (0 inline, 0 general)