__init__.py

00001 #!/usr/bin/python
00002 #
00003 # Copyright 2008 Google Inc. All Rights Reserved.
00004 
00005 """Empty __init__ for dbtextdb module.
00006 
00007 This file is empty, it only exists to enable importing dbtextdb
00008 """
00009 
00010 __author__ = 'herman@google.com (Herman Sheremetyev)'