__init__.py 234 B

12345678910
  1. #!/usr/bin/python
  2. #
  3. # Copyright 2008 Google Inc. All Rights Reserved.
  4. """Empty __init__ for dbtextdb module.
  5. This file is empty, it only exists to enable importing dbtextdb
  6. """
  7. __author__ = '[email protected] (Herman Sheremetyev)'