mirror of
git://github.com/lxc/lxc
synced 2025-08-31 18:43:33 +00:00
Merge pull request #1224 from evgeni/python-utf8
mark the python examples as having utf-8 encoding
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# api_test.py: Test/demo of the python3-lxc API
|
# api_test.py: Test/demo of the python3-lxc API
|
||||||
#
|
#
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# pyconsole-vte: Example program showing use of console functions
|
# pyconsole-vte: Example program showing use of console functions
|
||||||
# in the lxc python binding
|
# in the lxc python binding
|
||||||
|
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# pyconsole: Example program showing use of console functions
|
# pyconsole: Example program showing use of console functions
|
||||||
# in the lxc python binding
|
# in the lxc python binding
|
||||||
|
Reference in New Issue
Block a user