summaryrefslogtreecommitdiffstats
path: root/silpa/modules/__init__.py
diff options
context:
space:
mode:
authorSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-06-07 11:12:09 +0530
committerSanthosh Thottingal <santhosh.thottingal@gmail.com>2009-06-07 11:12:09 +0530
commitb81278c14258c81c2ca3307491e74c504e84d26b (patch)
tree00b5903727895d95175fa8d6ddbd33a1963bda15 /silpa/modules/__init__.py
parent30c1b89bec818490131780389c918f8bcfb7aef6 (diff)
downloadAnjaliOldLipi.git-b81278c14258c81c2ca3307491e74c504e84d26b.tar.gz
AnjaliOldLipi.git-b81278c14258c81c2ca3307491e74c504e84d26b.tar.xz
AnjaliOldLipi.git-b81278c14258c81c2ca3307491e74c504e84d26b.zip
Soundex Module
Diffstat (limited to 'silpa/modules/__init__.py')
-rwxr-xr-x[-rw-r--r--]silpa/modules/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/silpa/modules/__init__.py b/silpa/modules/__init__.py
index 78f7b19..9820ded 100644..100755
--- a/silpa/modules/__init__.py
+++ b/silpa/modules/__init__.py
@@ -11,4 +11,8 @@ from inexactsearch import *
from dictionary import *
from anagram import *
from normalizer import *
+from ocr import *
+from sort import *
+from chardetails import *
+from soundex import *