Changeset 9403c4a in sicp


Ignore:
Timestamp:
Jun 25, 2015, 6:11:37 PM (9 years ago)
Author:
Ing. Roldan D. Vargas G <rvargas@…>
Branches:
master
Children:
303ef87
Parents:
4252851
Message:

modificaciones en documentación

File:
1 edited

Legend:

Unmodified
Added
Removed
  • apps/__init__.py

    r46b845f r9403c4a  
     1# coding=utf-8
     2"""
     3Simulador Integral de Cadenas Productivas (SICP)
     4
     5Copyleft (@) 2015 CENDITEL nodo Mérida - https://miv.cenditel.gob.ve/simulacion/
     6"""
     7## @namespace apps.__init__
     8#
     9# Inicializa el módulo apps
     10# @author Ing. Roldan Vargas (rvargas at cenditel.gob.ve)
     11# @author <a href='http://www.cenditel.gob.ve'>Centro Nacional de Desarrollo e Investigación en Tecnologías Libres
     12# (CENDITEL) nodo Mérida - Venezuela</a>
     13# @copyright <a href='http://www.gnu.org/licenses/gpl-2.0.html'>GNU Public License versión 2 (GPLv2)</a>
     14# @date 04-05-2015
     15# @version 3.0.0
     16
     17## Muestra el autor del script cuando es invocado
     18__author__ = "Ing. Roldan Vargas (rvargas at cenditel.gob.ve)"
     19## Muestra documentación breve sobre el script
     20__doc__    = "Inicializa el módulo apps"
Note: See TracChangeset for help on using the changeset viewer.