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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 15 00:20:00 CET 2010


Revision: 11934
          http://gar.svn.sourceforge.net/gar/?rev=11934&view=rev
Author:   wahwah
Date:     2010-12-14 23:19:59 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
checkpkg: Calling CswSrv4File's superclass

Calling the constructor in case the superclass develops one.

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

Modified: csw/mgar/gar/v2/lib/python/package.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package.py	2010-12-14 17:00:32 UTC (rev 11933)
+++ csw/mgar/gar/v2/lib/python/package.py	2010-12-14 23:19:59 UTC (rev 11934)
@@ -46,6 +46,7 @@
   """Represents a package in the srv4 format (pkg)."""
 
   def __init__(self, pkg_path, debug=False):
+    super(CswSrv4File, self).__init__()
     self.pkg_path = pkg_path
     self.workdir = None
     self.gunzipped_path = None


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