Commit 45cc8ad3 authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed useless shebang and encoding header

parent 83e18eef
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding=utf8

'''
CloudControl server libraries.
'''
+0 −3
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding=utf8

'''
Local client representation classes.
'''
+0 −3
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding=utf8

'''
This module provide an abstraction to the clients configuration directory.

+0 −3
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding=utf8

'''
This module contains the hypervisor destination election stuff.
'''
+0 −4
Original line number Diff line number Diff line
#!/usr/bin/env python
#coding=utf8


class AlreadyRegistered(Exception):
    pass

Loading