r80884 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80883‎ | r80884 | r80885 >
Date:17:26, 24 January 2011
Author:diederik
Status:deferred
Tags:
Comment:
Future placeholder for mapreduce functions.
Modified paths:
  • /trunk/tools/editor_trends/mapreduce (added) (history)
  • /trunk/tools/editor_trends/mapreduce/xml2pig.py (added) (history)

Diff [purge]

Index: trunk/tools/editor_trends/mapreduce/xml2pig.py
@@ -0,0 +1,29 @@
 2+#!/usr/bin/python
 3+# -*- coding: utf-8 -*-
 4+'''
 5+Copyright (C) 2010 by Diederik van Liere (dvanliere@gmail.com)
 6+This program is free software; you can redistribute it and/or
 7+modify it under the terms of the GNU General Public License version 2
 8+as published by the Free Software Foundation.
 9+This program is distributed in the hope that it will be useful,
 10+but WITHOUT ANY WARRANTY; without even the implied warranty of
 11+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 12+See the GNU General Public License for more details, at
 13+http://www.fsf.org/licenses/gpl.html
 14+'''
 15+
 16+__author__ = '''\n'''.join(['Diederik van Liere (dvanliere@gmail.com)', ])
 17+__email__ = 'dvanliere at gmail dot com'
 18+__date__ = '2010-11-15'
 19+__version__ = '0.1'
 20+
 21+import sys
 22+sys.path.append('..')
 23+
 24+import os
 25+import xml.etree.cElementTree as cElementTree
 26+
 27+import configuration
 28+settings = configuration.Settings()
 29+
 30+
Property changes on: trunk/tools/editor_trends/mapreduce/xml2pig.py
___________________________________________________________________
Added: svn:eol-style
131 + native

Status & tagging log