mailr2580 - /1.2/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 20, 2006 - 10:26:
Author: bugman
Date: Wed Sep 20 10:25:54 2006
New Revision: 2580

URL: http://svn.gna.org/viewcvs/relax?rev=2580&view=rev
Log:
Removed a few lines of sconstruct code which had been commented out and are 
no longer used.


Modified:
    1.2/sconstruct

Modified: 1.2/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/1.2/sconstruct?rev=2580&r1=2579&r2=2580&view=diff
==============================================================================
--- 1.2/sconstruct (original)
+++ 1.2/sconstruct Wed Sep 20 10:25:54 2006
@@ -511,18 +511,6 @@
                 if self.DIST_TYPE == 'tar':
                     archive.add(name=name, arcname=arcname)
 
-                    # Open the file.
-                    #file = open(path.join(root, files[i]))
-
-                    # Tar information.
-                    #tarinfo = archive.gettarinfo(name, arcname)
-
-                    # Add the file.
-                    #archive.addfile(tarinfo, file)
-
-                    # Close the file.
-                    #file.close()
-
         # Close the archive.
         archive.close()
 




Related Messages


Powered by MHonArc, Updated Wed Sep 27 08:20:07 2006