Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mwlib/dummydb.py
blob: e17a90fbac62dc1f2201e70712aef2d3f9904916 (plain)
1
2
3
4
5
6
7
8
9
10

# Copyright (c) 2007-2008 PediaPress GmbH
# See README.txt for additional licensing information.

class DummyDB(object):
    def getRawArticle(self, name):
        return None

    def getTemplate(self, name, followRedirects=False):
        return None