# HG changeset patch # User Jeff Hammel # Date 1619299267 25200 # Node ID 8a86595a6f9c9fb36b03f7c561e54b66a0b7bab5 # Parent 6df7507e6338d9a90306f2fc0fe8ba72786e1bd3 python3 diff -r 6df7507e6338 -r 8a86595a6f9c python/install_config.py --- 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):