summaryrefslogtreecommitdiffstats
path: root/pykuttans
diff options
context:
space:
mode:
authorRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-04-13 17:11:46 +0530
committerRajeesh K Nambiar <rajeeshknambiar@gmail.com>2009-04-13 17:11:46 +0530
commit062cb026895cec55b9113197b0de472c0cb90e1e (patch)
tree447fb9eebca2885903283aed028f14981a8851da /pykuttans
parenta2554a586b28e941be05a3609dade823f4589999 (diff)
downloadRachana.git-062cb026895cec55b9113197b0de472c0cb90e1e.tar.gz
Rachana.git-062cb026895cec55b9113197b0de472c0cb90e1e.tar.xz
Rachana.git-062cb026895cec55b9113197b0de472c0cb90e1e.zip
Kuttans: removed __init__.py
Diffstat (limited to 'pykuttans')
-rw-r--r--pykuttans/src/__init__.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/pykuttans/src/__init__.py b/pykuttans/src/__init__.py
deleted file mode 100644
index 42d5f08..0000000
--- a/pykuttans/src/__init__.py
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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