Skip to content
Snippets Groups Projects
Commit 3854e9bf authored by Thibault VINCENT's avatar Thibault VINCENT
Browse files

utf8 headers

parent 370095de
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python #!/usr/bin/env python
#coding=utf8 # -*- coding: utf-8 -*-
from optparse import OptionParser from optparse import OptionParser
from sjrpc.core import RpcError from sjrpc.core import RpcError
......
#!/usr/bin/env python #!/usr/bin/env python
#coding:utf-8 # -*- coding: utf-8 -*-
""" """
......
# -*- coding: utf-8 -*-
import socket import socket
import threading import threading
......
# -*- coding: utf-8 -*-
import os import os
import re import re
......
# -*- coding: utf-8 -*-
class CCException(Exception): class CCException(Exception):
......
# -*- coding: utf-8 -*-
from libvirtwrapper import LibvirtHypervisor from libvirtwrapper import LibvirtHypervisor
......
# -*- coding: utf-8 -*-
import libvirt import libvirt
import re import re
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment