diff --git a/rhodecode/tests/test_libs.py b/rhodecode/tests/test_libs.py --- a/rhodecode/tests/test_libs.py +++ b/rhodecode/tests/test_libs.py @@ -4,7 +4,7 @@ ~~~~~~~~~~~~~~~~~~~~~~~~~ - Package for testing varios lib/helper functions in rhodecode + Package for testing various lib/helper functions in rhodecode :created_on: Jun 9, 2011 :copyright: (c) 2011 by marcink. @@ -16,7 +16,6 @@ import unittest from rhodecode.tests import * - proto = 'http' TEST_URLS = [ ('%s://127.0.0.1' % proto, ['%s://' % proto, '127.0.0.1'],