[csw-devel] SF.net SVN: gar:[14053] csw/mgar/gar/v2/lib/python/tag.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Apr 2 14:04:48 CEST 2011


Revision: 14053
          http://gar.svn.sourceforge.net/gar/?rev=14053&view=rev
Author:   wahwah
Date:     2011-04-02 12:04:48 +0000 (Sat, 02 Apr 2011)

Log Message:
-----------
checkpkg: A comment for the tag class

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/tag.py

Modified: csw/mgar/gar/v2/lib/python/tag.py
===================================================================
--- csw/mgar/gar/v2/lib/python/tag.py	2011-04-02 12:04:15 UTC (rev 14052)
+++ csw/mgar/gar/v2/lib/python/tag.py	2011-04-02 12:04:48 UTC (rev 14053)
@@ -5,8 +5,13 @@
 import configuration as c
 
 class CheckpkgTag(object):
-  """Represents a tag to be written to the checkpkg tag file."""
+  """Represents a tag to be written to the checkpkg tag file.
 
+  This class is only used by submitpkg.  The main tag class lives in the
+  models.py file.  The main difference is that this class does not need
+  a database.
+  """
+
   def __init__(self, pkgname, tag_name, tag_info=None, severity=None, msg=None):
     self.pkgname = pkgname
     self.tag_name = tag_name


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