diff kallithea/__init__.py @ 5376:0ad053c172fa

cleanup: make module self-naming consistent The self naming is quite pointless ... but at least make it right.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 11 Aug 2015 12:39:07 +0200
parents 72e0fe2e3278
children 23f8f477ed35
line wrap: on
line diff
--- a/kallithea/__init__.py	Sun Aug 09 02:29:46 2015 +0200
+++ b/kallithea/__init__.py	Tue Aug 11 12:39:07 2015 +0200
@@ -12,8 +12,8 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 """
-kallithea.__init__
-~~~~~~~~~~~~~~~~~~
+kallithea
+~~~~~~~~~
 
 Kallithea, a web based repository management based on pylons
 versioning implementation: http://www.python.org/dev/peps/pep-0386/