this allows running them also under Python2, which otherwise
would choke on Stéphane's name and error out with
SyntaxError: Non-ASCII character '\xc3' in file …
Signed-off-by: Evgeni Golov <evgeni@debian.org>
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
#
# api_test.py: Test/demo of the python3-lxc API
#
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
#
# pyconsole-vte: Example program showing use of console functions
# in the lxc python binding
#!/usr/bin/env python3
+# -*- coding: utf-8 -*-
#
# pyconsole: Example program showing use of console functions
# in the lxc python binding