This is an automated email from the git hooks/post-receive script. osallou pushed a commit to branch master in repository python-dictobj.
commit 8b33ddf2ce61e2f7eeb7fcf437a553b3e1a882d7 Author: Olivier Sallou <[email protected]> Date: Mon Jul 4 12:13:55 2016 +0200 fix description --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index cd6ac62..de15739 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/python-dictobj.git Package: python-dictobj Architecture: any Depends: ${misc:Depends},${python:Depends},${shlibs:Depends} -Description: Set of Python dictionary objects where keys can be accessed as instance attributes +Description: Dictionary where keys can be accessed as instance attributes This package extends the functionality of the normal Python dictionary by affording the ability to lookup dictionary keys as instance attributes (i.e. __getattr__) instead of "indices" (i.e. __getitem__). @@ -33,7 +33,7 @@ Description: Set of Python dictionary objects where keys can be accessed as inst Package: python3-dictobj Architecture: any Depends: ${misc:Depends},${python3:Depends},${shlibs:Depends} -Description: Set of Python dictionary objects where keys can be accessed as instance attributes +Description: Dictionary where keys can be accessed as instance attributes This package extends the functionality of the normal Python dictionary by affording the ability to lookup dictionary keys as instance attributes (i.e. __getattr__) instead of "indices" (i.e. __getitem__). -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dictobj.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
