Changeset - 0b86972de820
[Not reviewed]
beta
0 8 0
Marcin Kuzminski - 13 years ago 2012-10-09 00:14:41
marcin@python-works.com
white space cleanup
4 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
rhodecode/controllers/settings.py
Show inline comments
 
@@ -188,4 +188,3 @@ class SettingsController(BaseRepoControl
 
            h.flash(_('An error occurred during unlocking'),
 
                    category='error')
 
        return redirect(url('summary_home', repo_name=repo_name))
 

	
rhodecode/lib/db_manage.py
Show inline comments
 
@@ -667,4 +667,4 @@ class DbManage(object):
 
        if not __py_version__ >= (2, 6):
 
            notify('Python2.5 detected, please switch '
 
                   'egg:waitress#main -> egg:Paste#http '
 
                   'in your .ini file')
 
\ No newline at end of file
 
                   'in your .ini file')
rhodecode/tests/functional/test_compare.py
Show inline comments
 
@@ -400,4 +400,4 @@ class TestCompareController(TestControll
 
            self.assertFalse("""line1-from-new-parent"""  in response.body)
 
        finally:
 
            RepoModel().delete(r2_id)
 
            RepoModel().delete(r1_id)
 
\ No newline at end of file
 
            RepoModel().delete(r1_id)
rhodecode/tests/test_libs.py
Show inline comments
 
@@ -210,4 +210,3 @@ class TestLibs(unittest.TestCase):
 
                em = 'test@foo.com'
 
                grav = gravatar_url(email_address=em, size=24)
 
                assert grav == 'https://server.com/%s/%s' % (_md5(em), 24)
 

	
0 comments (0 inline, 0 general)