SVN commit 769249 by ilic: More epydoc. M +7 -0 __init__.py M +1 -1 catalog.py --- trunk/l10n-kde4/scripts/pology/file/__init__.py #769248:769249 @@ -1,2 +1,9 @@ # -*- coding: UTF-8 -*- # file.__init__ + +""" +Interfaces to PO files. + +@author: Chusslove Illich (Часлав Илић) +@license: GPLv3 +""" --- trunk/l10n-kde4/scripts/pology/file/catalog.py #769248:769249 @@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- """ -Interface to PO catalogs. +Collection of PO entries. @author: Chusslove Illich (Часлав Илић) @license: GPLv3