k3s: format with nixfmt-rfc-style
[NixPkgs.git] / pkgs / misc / solfege / webbrowser.patch
blob2c9b77d0b8eb75a7fab61587542daaecdbaa5b68
1 Fix startup.
3 --- a/solfege/mainwin.py
4 +++ b/solfege/mainwin.py
5 @@ -27,2 +27,3 @@ import textwrap
6 try:
7 + webbrowser.register_standard_browsers()
8 i = webbrowser._tryorder.index("x-www-browser")