~vila/byov/trunk

« back to all changes in this revision

Viewing changes to byovm2

  • 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
1
#!/usr/bin/env python
2
2
# -*- Mode: python -*-
3
 
# This file is part of the Online Services virtual machine tools
 
3
# This file is part of Build Your Own Virtual machine.
4
4
#
 
5
# Copyright 2018 Vincent Ladeuil.
5
6
# Copyright 2015, 2016, 2017 Canonical Ltd.
6
7
#
7
8
# This program is free software: you can redistribute it and/or modify it under
19
20
import sys
20
21
 
21
22
 
22
 
from olsvms import commands
 
23
from byov import commands
23
24
 
24
25
 
25
26
if __name__ == '__main__':