diff kallithea/__init__.py @ 6215:5eec79420ce3

Turbogears2 migration: remove some references to Pylons in comments In order to minimize the diff of the actual Turbogears2 migration, this commit already removes certain unnecessary references to Pylons from the Kallithea source base. Places where the reference to Pylons is important are still kept for now, as well as references in kallithea/config where many changes are made for Turbogears2 anyway.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Tue, 13 Sep 2016 18:01:19 +0200
parents a9b9af11699e
children e9ac5698281d
line wrap: on
line diff
--- a/kallithea/__init__.py	Mon Aug 22 17:50:51 2016 +0200
+++ b/kallithea/__init__.py	Tue Sep 13 18:01:19 2016 +0200
@@ -15,8 +15,9 @@
 kallithea
 ~~~~~~~~~
 
-Kallithea, a web based repository management based on pylons
-versioning implementation: http://www.python.org/dev/peps/pep-0386/
+Kallithea, a web based repository management system.
+
+Versioning implementation: http://www.python.org/dev/peps/pep-0386/
 
 This file was forked by the Kallithea project in July 2014.
 Original author and date, and relevant copyright and licensing information is below:
@@ -38,7 +39,6 @@
 CELERY_ON = False
 CELERY_EAGER = False
 
-# link to config for pylons
 CONFIG = {}
 
 # Linked module for extensions