Advertisement
lcawte

Untitled

Oct 7th, 2010
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.83 KB | None | 0 0
  1. # -*- coding: utf-8 -*-
  2. """
  3. This family file was auto-generated by $Id$
  4. Configuration parameters:
  5.  url = http://brickpost.info/wiki/BrickPost_Wiki
  6.  name = brickpost
  7.  
  8. Please do not commit this to the SVN repository!
  9. """
  10.  
  11. import family
  12.  
  13. class Family(family.Family):
  14.     def __init__(self):
  15.         family.Family.__init__(self)
  16.         self.name = 'brickpost'
  17.         self.langs = {
  18.             'en': u'brickpost.info',
  19.         }
  20.  
  21.         self.namespaces[4]['en'] = [u'BrickPost']
  22.         self.namespaces[5]['en'] = [u'BrickPost talk']
  23.         self.namespaces[110]['en'] = [u'Forum']
  24.         self.namespaces[111]['en'] = [u'Forum talk']
  25.  
  26.  
  27.     def scriptpath(self, code):
  28.         return {
  29.             'en': u'/w',
  30.         }[code]
  31.  
  32.     def version(self, code):
  33.         return {
  34.             'en': u'1.16.0',
  35.         }[code]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement