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.

_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to