Mercurial > public > mercurial-scm > hg-stable
comparison contrib/win32/hgwebdir_wsgi.py @ 48966:6000f5b25c9b
py2: remove simple from __future__ statements
These were needed for Python 2 support. Now that our linter no longer
mandates these, we can start deleting them.
Differential Revision: https://phab.mercurial-scm.org/D12254
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 03 Mar 2022 17:34:00 +0100 |
parents | 2372284d9457 |
children | 493034cc3265 |
comparison
equal
deleted
inserted
replaced
48965:af0b21d5a930 | 48966:6000f5b25c9b |
---|---|
76 # repo2 = c:\your\directory\repo2 | 76 # repo2 = c:\your\directory\repo2 |
77 # | 77 # |
78 # - Restart the web server and see if things are running. | 78 # - Restart the web server and see if things are running. |
79 # | 79 # |
80 | 80 |
81 from __future__ import absolute_import | |
82 | 81 |
83 # Configuration file location | 82 # Configuration file location |
84 hgweb_config = r'c:\your\directory\wsgi.config' | 83 hgweb_config = r'c:\your\directory\wsgi.config' |
85 | 84 |
86 # Global settings for IIS path translation | 85 # Global settings for IIS path translation |