Revision: 7506
Author:   xqt
Date:     2009-10-19 12:34:02 +0000 (Mon, 19 Oct 2009)

Log Message:
-----------
Added distribution from rewrite

Modified Paths:
--------------
    trunk/pywikipedia/fixes.py

Modified: trunk/pywikipedia/fixes.py
===================================================================
--- trunk/pywikipedia/fixes.py  2009-10-19 11:48:01 UTC (rev 7505)
+++ trunk/pywikipedia/fixes.py  2009-10-19 12:34:02 UTC (rev 7506)
@@ -1,6 +1,16 @@
 # -*- coding: utf-8  -*-
-""" File containing all standard fixes """
+"""
+File containing all standard fixes
+
+"""
+
+#
+# (C) Pywikipedia team, 2008-2009
+#
 __version__ = '$Id$'
+#
+# Distributed under the terms of the MIT license.
+#
 
 help = u"""
                        * HTML       -  Convert HTML tags to wiki syntax, and
@@ -558,7 +568,7 @@
             (u'Special:Listgrouprights', u'Special:ListGroupRights'),
             (u'Special:Listusers',       u'Special:ListUsers'),
             (u'Special:Newimages',       u'Special:NewImages'),
-            (u'Special:Prefixindex',   u'Special:PrefixIndex'),
+            (u'Special:Prefixindex',     u'Special:PrefixIndex'),
             (u'Special:Protectedpages',  u'Special:ProtectedPages'),
             (u'Special:Recentchanges',   u'Special:RecentChanges'),
             (u'Special:Specialpages',    u'Special:SpecialPages'),



_______________________________________________
Pywikipedia-svn mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikipedia-svn

Reply via email to