[Python-checkins] CVS: distutils/distutils/command install_headers.py,1.2,1.3

Greg Ward python-dev@python.org
Tue, 20 Jun 2000 20:14:29 -0700


Update of /cvsroot/python/distutils/distutils/command
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21177

Modified Files:
	install_headers.py 
Log Message:
Delete spurious comment.

Index: install_headers.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/command/install_headers.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** install_headers.py	2000/06/21 03:13:51	1.2
--- install_headers.py	2000/06/21 03:14:27	1.3
***************
*** 44,48 ****
      def get_outputs (self):
          return self.outfiles
-     # run()
  
  # class install_headers
--- 44,47 ----