~iferca/yape/trunk

« back to all changes in this revision

Viewing changes to src/yape/configfactory.py

  • Committer: Israel Fernández Cabrera
  • Date: 2009-08-02 05:31:23 UTC
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: iferca@tah-20090802053123-xrjfaptxbhf3skqd
Primera versión de YaPe en español. No está 100% ok pero está bien. Además se han creado las herramientas para manejar las traducciones en sucesivas versiones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# -*- coding: UTF-8 -*-
3
3
 
4
 
__license__ = "GPL V.2 or (at your option) any later version"
5
 
__copyright__ = "2007, Israel Fernández Cabrera"
 
4
__license__ = """
 
5
Copyright 2007-2009 Israel Fernández Cabrera <iferca@gmail.com>
 
6
   
 
7
This program is free software; you can redistribute it and/or modify it
 
8
under the terms of the GNU General Public License as published by the Free
 
9
Software Foundation; either version 2 of the License, or (at your option)
 
10
any later version.
 
11
"""
6
12
 
7
13
from singleton import Singleton
8
14
from settings.config import Config