comparison contrib/win32/hgwebdir_wsgi.py @ 41854:d22198b4b3dd

inno: remove references to pywin32 According to the commit message for 0c35bb01a1195, pywin32 was removed in Mercurial 1.8! Differential Revision: https://phab.mercurial-scm.org/D6062
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 03 Mar 2019 09:16:37 -0800
parents aa1d56003872
children 2372284d9457
comparison
equal deleted inserted replaced
41853:27eca52b1874 41854:d22198b4b3dd
4 # This software may be used and distributed according to the terms of the 4 # This software may be used and distributed according to the terms of the
5 # GNU General Public License version 2 or any later version. 5 # GNU General Public License version 2 or any later version.
6 # 6 #
7 # Requirements: 7 # Requirements:
8 # - Python 2.7, preferably 64 bit 8 # - Python 2.7, preferably 64 bit
9 # - PyWin32 for Python 2.7 (32 or 64 bit)
10 # - Mercurial installed from source (python setup.py install) or download the 9 # - Mercurial installed from source (python setup.py install) or download the
11 # python module installer from https://www.mercurial-scm.org/wiki/Download 10 # python module installer from https://www.mercurial-scm.org/wiki/Download
12 # - IIS 7 or newer 11 # - IIS 7 or newer
13 # 12 #
14 # 13 #