From 062cb026895cec55b9113197b0de472c0cb90e1e Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Mon, 13 Apr 2009 17:11:46 +0530 Subject: Kuttans: removed __init__.py --- pykuttans/src/__init__.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pykuttans/src/__init__.py (limited to 'pykuttans') 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 -# 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", "")] - -from kuttans import KuttansApp -- cgit