Update __init__.py

make it clearer
This commit is contained in:
Dale Athanasias 2015-04-03 13:28:54 +11:00 committed by Ross Gammon
parent 6ce4f458ad
commit ee6c787ef9

View File

@ -20,9 +20,9 @@
# gen/__init__.py
"""
The core gramps module provides the different packages
The core gramps modules that provide the different packages
Plugins are loaded dynamically, so they the plugin directory is not included
Plugins are loaded dynamically, so that plugin directory is not included
"""
__all__ = ["gen", "cli", "gui"]