summaryrefslogtreecommitdiffstats
path: root/silpa/common/silpamodule.py
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-03-29 17:59:40 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-03-29 17:59:40 +0530
commitc5368252e3091368ae55475757ed3134d6f84249 (patch)
tree09687b84ab042ba9d339dec9d1d92ecc377d0bac /silpa/common/silpamodule.py
parentf37edebde2304ee0643804166bf19ffee5c9dba5 (diff)
downloadRachana.git-c5368252e3091368ae55475757ed3134d6f84249.tar.gz
Rachana.git-c5368252e3091368ae55475757ed3134d6f84249.tar.xz
Rachana.git-c5368252e3091368ae55475757ed3134d6f84249.zip
new modules
Diffstat (limited to 'silpa/common/silpamodule.py')
-rw-r--r--silpa/common/silpamodule.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/silpa/common/silpamodule.py b/silpa/common/silpamodule.py
index 8a35f2d..7c5a538 100644
--- a/silpa/common/silpamodule.py
+++ b/silpa/common/silpamodule.py
@@ -12,3 +12,5 @@ class SilpaModule:
return "Untitled Silpa Module"
def get_info(self):
return "Module description"
+ def process(self,object):
+ return "Not Implemented"