[Python-checkins] CVS: distutils/distutils dist.py,1.40,1.41

Greg Ward python-dev@python.org
Fri, 13 Oct 2000 21:06:43 -0700


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

Modified Files:
	dist.py 
Log Message:
Untabified.

Index: dist.py
===================================================================
RCS file: /cvsroot/python/distutils/distutils/dist.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** dist.py	2000/09/27 00:15:37	1.40
--- dist.py	2000/10/14 04:06:40	1.41
***************
*** 285,289 ****
          else:
              user_filename = "pydistutils.cfg"
! 	
          # And look for the user config file
          if os.environ.has_key('HOME'):
--- 285,289 ----
          else:
              user_filename = "pydistutils.cfg"
! 
          # And look for the user config file
          if os.environ.has_key('HOME'):
***************
*** 462,467 ****
              negative_opt.update(cmd_class.negative_opt)
  
! 	# Check for help_options in command class.  They have a different
! 	# format (tuple of four) so we need to preprocess them here.
          if (hasattr(cmd_class, 'help_options') and
              type(cmd_class.help_options) is ListType):
--- 462,467 ----
              negative_opt.update(cmd_class.negative_opt)
  
!         # Check for help_options in command class.  They have a different
!         # format (tuple of four) so we need to preprocess them here.
          if (hasattr(cmd_class, 'help_options') and
              type(cmd_class.help_options) is ListType):
***************
*** 488,492 ****
                  if hasattr(opts, parser.get_attr_name(help_option)):
                      help_option_found=1
! 		    #print "showing help for option %s of command %s" % \
                      #      (help_option[0],cmd_class)
  
--- 488,492 ----
                  if hasattr(opts, parser.get_attr_name(help_option)):
                      help_option_found=1
!                     #print "showing help for option %s of command %s" % \
                      #      (help_option[0],cmd_class)
  
***************
*** 564,568 ****
  
      # _show_help ()
! 	
  
      def handle_display_options (self, option_order):
--- 564,568 ----
  
      # _show_help ()
! 
  
      def handle_display_options (self, option_order):