Fix comment description in gen module.

svn: r14119
This commit is contained in:
Brian Matherly 2010-01-24 20:24:40 +00:00
parent cd30f4db2f
commit dfa56ecc72

View File

@ -19,15 +19,8 @@
# #
""" """
The gen module provides 5 packages. The gen module provides packages that are common to all gramps
1. gen.lib gives access to all genealogy related objects, like family, interfaces (gui, cli and web).
person, ...
2. gen.db provides access to the bsddb backend storing genea data
3. gen.proxy provides access to the data via a proxy that filters out
specific data
4. gen.plug defines a plugin system so plugins can be written that can
work on the data. This can be in CLI or GUI
5. gen.utils provides some generic utilities
""" """
__all__ = [ "db", "display", "lib", "mime", "plug", "proxy", "utils" ] __all__ = [ "db", "display", "lib", "mime", "plug", "proxy", "utils" ]