diff kallithea/lib/middleware/simplegit.py @ 4212:24c0d584ba86 kallithea-2.2.5-rebrand

General renaming to Kallithea
author Bradley M. Kuhn <bkuhn@sfconservancy.org>
date Wed, 02 Jul 2014 19:06:01 -0400
parents 1948ede028ef
children f373f182b756
line wrap: on
line diff
--- a/kallithea/lib/middleware/simplegit.py	Wed Jul 02 19:05:52 2014 -0400
+++ b/kallithea/lib/middleware/simplegit.py	Wed Jul 02 19:06:01 2014 -0400
@@ -158,7 +158,7 @@
                     return HTTPForbidden()(environ, start_response)
 
         # extras are injected into UI object and later available
-        # in hooks executed by rhodecode
+        # in hooks executed by kallithea
         from kallithea import CONFIG
         server_url = get_server_url(environ)
         extras = {