Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/__init__.py
blob: caba484a1c5b21bd42b7685ff8ae883758bf02a5 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "3"
__autor__ = "Flavio Danesse fdanesse@gmailcom"
__date__ = "Agosto de 2012"
__copyright__ = "Copyright (c) 2010 Flavio Danesse"
__license__ = "GPL3"