~vila/byov/trunk

« back to all changes in this revision

Viewing changes to byov/monitors.py

  • Committer: Vincent Ladeuil
  • Date: 2018-01-30 09:47:07 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20180130094707-yi9wfwnhlbg0jhia
Rename to byov.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# This file is part of Online Services virtual machine tools.
 
1
# This file is part of Build Your Own Virtual machine.
2
2
#
 
3
# Copyright 2018 Vincent Ladeuil.
3
4
# Copyright 2014, 2015, 2016 Canonical Ltd.
4
5
#
5
6
# This program is free software: you can redistribute it and/or modify it under
16
17
import errno
17
18
import os
18
19
 
19
 
from olsvms import (
 
20
from byov import (
20
21
    errors,
21
22
    subprocesses,
22
23
)