[csw-devel] SF.net SVN: gar:[21078] csw/mgar/gar/v2/lib/python/representations.py
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue May 14 18:48:12 CEST 2013
Revision: 21078
http://gar.svn.sourceforge.net/gar/?rev=21078&view=rev
Author: wahwah
Date: 2013-05-14 16:48:11 +0000 (Tue, 14 May 2013)
Log Message:
-----------
pkgdb: Small bugfix for representations.py
Modified Paths:
--------------
csw/mgar/gar/v2/lib/python/representations.py
Modified: csw/mgar/gar/v2/lib/python/representations.py
===================================================================
--- csw/mgar/gar/v2/lib/python/representations.py 2013-05-14 16:45:41 UTC (rev 21077)
+++ csw/mgar/gar/v2/lib/python/representations.py 2013-05-14 16:48:11 UTC (rev 21078)
@@ -2,5 +2,5 @@
# Full catalog entry, enough to write a line of a catalog file.
CatalogEntry = collections.namedtuple(
- 'CatalogEntry', 'catalogname version pkgname basename'
+ 'CatalogEntry', 'catalogname version pkgname basename '
'md5_sum size deps category i_deps')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list