diff options
Diffstat (limited to 'ipa_webui')
-rw-r--r-- | ipa_webui/__init__.py | 2 | ||||
-rw-r--r-- | ipa_webui/templates/__init__.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa_webui/__init__.py b/ipa_webui/__init__.py index d0b43301..408481a2 100644 --- a/ipa_webui/__init__.py +++ b/ipa_webui/__init__.py @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -IPA web-based user interface. +Package containing web-based UI components. """ import kid diff --git a/ipa_webui/templates/__init__.py b/ipa_webui/templates/__init__.py index 710dbb2e..10d4cf8c 100644 --- a/ipa_webui/templates/__init__.py +++ b/ipa_webui/templates/__init__.py @@ -17,5 +17,5 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Kid templates. +Sub-package containing Kid templates. """ |