You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/25 18:51:14 UTC

svn commit: r1669185 - /steve/trunk/pysteve/lib/plugins/mntv.py

Author: humbedooh
Date: Wed Mar 25 17:51:13 2015
New Revision: 1669185

URL: http://svn.apache.org/r1669185
Log:
copypasto

Modified:
    steve/trunk/pysteve/lib/plugins/mntv.py

Modified: steve/trunk/pysteve/lib/plugins/mntv.py
URL: http://svn.apache.org/viewvc/steve/trunk/pysteve/lib/plugins/mntv.py?rev=1669185&r1=1669184&r2=1669185&view=diff
==============================================================================
--- steve/trunk/pysteve/lib/plugins/mntv.py (original)
+++ steve/trunk/pysteve/lib/plugins/mntv.py Wed Mar 25 17:51:13 2015
@@ -84,7 +84,7 @@ constants.VOTE_TYPES += (
     {
         'key': "mntv1",
         'description': "Multiple Non-Transferable Votes with 1 seat",
-        'category': 'dh',
+        'category': 'mntv',
         'validate_func': validateMNTV,
         'vote_func': None,
         'tally_func': tallyMNTV