2
0
mirror of git://github.com/lxc/lxc synced 2025-08-31 23:15:03 +00:00

Merge pull request #1224 from evgeni/python-utf8

mark the python examples as having utf-8 encoding
This commit is contained in:
Christian Brauner
2016-10-08 19:18:17 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# api_test.py: Test/demo of the python3-lxc API
#

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyconsole-vte: Example program showing use of console functions
# in the lxc python binding

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyconsole: Example program showing use of console functions
# in the lxc python binding