~vila/byov/trunk

« back to all changes in this revision

Viewing changes to byov/subprocesses.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
3
# Copyright 2018 Vincent Ladeuil.
4
4
# Copyright 2014-2017 Canonical Ltd.
19
19
import subprocess
20
20
 
21
21
 
22
 
from olsvms import errors
 
22
from byov import errors
23
23
 
24
24
 
25
25
logger = logging.getLogger(__name__)