summaryrefslogtreecommitdiffstats
path: root/pykuttans/src/__init__.py
blob: 42d5f087216b34ab6230877f8d22ea3ca4722ad2 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
# Copyright (c) Rajeesh K Nambiar <rajeeshknambiar@gmail.com>
# module file for Kuttans
# http://smc.org.in/
''' Kuttans is a graphical fronted to Payyans written in PyQt4 '''

__AUTHORS__ = [("Rajeesh K Nambiar", "rajeeshknambiar@gmail.com>", "Rahul R S", "<rahulrs@gmx.com>")]

from kuttans import KuttansApp