[pywin32-checkins] pywin32/isapi install.py,1.20,1.21
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2009-01-28 10:54:50
|
Update of /cvsroot/pywin32/pywin32/isapi In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv978/isapi Modified Files: install.py Log Message: autoduck tweaks Index: install.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/isapi/install.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** install.py 3 Jan 2009 05:23:07 -0000 1.20 --- install.py 28 Jan 2009 10:54:41 -0000 1.21 *************** *** 294,301 **** def AssignScriptMaps(script_maps, target, update='replace'): ! """ ! @param script_maps ScriptMapParameter[] ! @param target An IIS Virtual Directory to assign the script maps ! @param update How to update the maps ('start', 'end', or 'replace') """ # determine which function to use to assign script maps --- 294,305 ---- def AssignScriptMaps(script_maps, target, update='replace'): ! """Updates IIS with the supplied script map information. ! ! script_maps is a list of ScriptMapParameter objects ! ! target is an IIS Virtual Directory to assign the script maps to ! ! update is a string indicating how to update the maps, one of ('start', ! 'end', or 'replace') """ # determine which function to use to assign script maps |