mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Set file encoding to utf-8.
This commit is contained in:
@@ -567,6 +567,11 @@ initlibguestfsmod (void)
|
||||
|
||||
(* Generate Python module. *)
|
||||
and generate_python_py () =
|
||||
(* This has to appear very near the top of the file, before the large
|
||||
* header.
|
||||
*)
|
||||
pr "# coding: utf-8\n";
|
||||
|
||||
generate_header HashStyle LGPLv2plus;
|
||||
|
||||
pr "\
|
||||
|
||||
Reference in New Issue
Block a user