Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
b8fc6b36
Commit
b8fc6b36
authored
Oct 08, 2016
by
Christian Brauner
Committed by
GitHub
Oct 08, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1224 from evgeni/python-utf8
mark the python examples as having utf-8 encoding
parents
fd5cf681
59e8ed76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
api_test.py
src/python-lxc/examples/api_test.py
+1
-0
pyconsole-vte.py
src/python-lxc/examples/pyconsole-vte.py
+1
-0
pyconsole.py
src/python-lxc/examples/pyconsole.py
+1
-0
No files found.
src/python-lxc/examples/api_test.py
View file @
b8fc6b36
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# api_test.py: Test/demo of the python3-lxc API
#
...
...
src/python-lxc/examples/pyconsole-vte.py
View file @
b8fc6b36
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyconsole-vte: Example program showing use of console functions
# in the lxc python binding
...
...
src/python-lxc/examples/pyconsole.py
View file @
b8fc6b36
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# pyconsole: Example program showing use of console functions
# in the lxc python binding
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment