[Subversion] / PEAK / setup.py  

Diff of /PEAK/setup.py

Parent Directory | Revision Log

version 1207, Thu Jun 26 00:38:05 2003 UTC version 1215, Fri Jun 27 18:43:34 2003 UTC
Line 121 
Line 121 
   
   
   
   import sys
   
   if sys.version_info < (2,3):
       # Install datetime module if we're not on 2.3
       packages += ['datetime']
       if include_tests:
           packages += ['datetime.tests']
   
   
 import os  import os
   
 if os.name=='posix':  if os.name=='posix':
Line 135 
Line 144 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
 execfile('src/setup/common.py')  execfile('src/setup/common.py')
   
 setup(  setup(
Line 162 
Line 189 
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   


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

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help