Mercurial > hg > config
diff python/install_config.py @ 886:8a86595a6f9c
python3
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sat, 24 Apr 2021 14:21:07 -0700 (2021-04-24) |
parents | e641fdf325bb |
children | d6cce2e5cca6 |
line wrap: on
line diff
--- a/python/install_config.py Wed Mar 24 12:58:23 2021 -0700 +++ b/python/install_config.py Sat Apr 24 14:21:07 2021 -0700 @@ -118,7 +118,7 @@ default = http://k0s.org/hg/config default-push = ssh://k0s.org/hg/config """ - with file('.hg/hgrc', 'w') as f: + with open('.hg/hgrc', 'w') as f: f.write(hgrc) def __call__(self):