Changeset - 9937afa7f093
[Not reviewed]
beta
0 14 0
Marcin Kuzminski - 13 years ago 2012-10-29 21:27:05
marcin@python-works.com
whitespace cleanup
4 files changed with 3 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/middleware/errormator.py
Show inline comments
 
@@ -28,4 +28,4 @@ try:
 
except ImportError:
 
    Errormator = None
 
else:
 
    Errormator = make_errormator_middleware
 
\ No newline at end of file
 
    Errormator = make_errormator_middleware
rhodecode/lib/middleware/sentry.py
Show inline comments
 
@@ -44,4 +44,4 @@ else:
 
                include_paths=list_from_setting(config, 'sentry.include_paths'),
 
                exclude_paths=list_from_setting(config, 'sentry.exclude_paths'),
 
            )
 
            super(Sentry, self).__init__(app, client)
 
\ No newline at end of file
 
            super(Sentry, self).__init__(app, client)
rhodecode/templates/journal/journal_page_repos.html
Show inline comments
 
@@ -44,4 +44,4 @@
 
        ${h.link_to(_('create one now'),h.url('admin_settings_create_repository'),class_="ui-btn")}
 
    %endif
 
    </div>
 
 %endif
 
\ No newline at end of file
 
 %endif
rhodecode/tests/functional/test_home.py
Show inline comments
 
@@ -76,4 +76,3 @@ merge" class="tooltip" href="/vcs_test_h
 
            response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll()))
 
        finally:
 
            set_l_dash(False)
 

	
0 comments (0 inline, 0 general)