[pywin32-checkins] pywin32 setup_win32all.py,1.22,1.23
OLD project page for the Python extensions for Windows
                
                Brought to you by:
                
                    mhammond
                    
                
            
            
        
        
        
    | 
      
      
      From: Mark H. <mha...@us...> - 2004-07-02 04:20:59
      
     | 
| Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31427 Modified Files: setup_win32all.py Log Message: Build 202 Index: setup_win32all.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup_win32all.py,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** setup_win32all.py 22 Jun 2004 00:54:47 -0000 1.22 --- setup_win32all.py 2 Jul 2004 04:20:50 -0000 1.23 *************** *** 1,3 **** ! build_number=201 """distutils setup-script for win32all --- 1,3 ---- ! build_number=202 """distutils setup-script for win32all *************** *** 968,972 **** scripts = ["pywin32_postinstall.py"], ! ext_modules = win32_extensions + com_extensions + pythonwin_extensions, --- 968,972 ---- scripts = ["pywin32_postinstall.py"], ! ext_modules = win32_extensions + com_extensions + pythonwin_extensions, |