[pywin32-checkins] pywin32 setup.py,1.89,1.90
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-08 04:22:10
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5944 Modified Files: setup.py Log Message: hook the directsound tests into the main test suite Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.89 retrieving revision 1.90 diff -C2 -d -r1.89 -r1.90 *** setup.py 7 Jan 2009 04:11:06 -0000 1.89 --- setup.py 8 Jan 2009 04:22:04 -0000 1.90 *************** *** 1822,1825 **** --- 1822,1826 ---- 'win32comext.taskscheduler', 'win32comext.directsound', + 'win32comext.directsound.test', 'win32comext.authorization', 'win32comext.bits', |