[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 911, Thu Feb 20 00:49:43 2003 UTC version 931, Sat Mar 1 21:31:48 2003 UTC
Line 110 
Line 110 
     """Variant of 'sdist' that (re)builds the documentation first"""      """Variant of 'sdist' that (re)builds the documentation first"""
   
     def run(self):      def run(self):
   
         # Build docs before source distribution          # Build docs before source distribution
           try:
               import happydoclib
           except ImportError:
               pass
           else:
         self.run_command('happy')          self.run_command('happy')
   
         # Run the standard sdist command          # Run the standard sdist command
         old_sdist.run(self)          old_sdist.run(self)
   
   
   
   
   
 class test(Command):  class test(Command):
   
     """Command to run unit tests after installation"""      """Command to run unit tests after installation"""


Generate output suitable for use with a patch program
Legend:
Removed from v.911  
changed lines
  Added in v.931

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help