~ubuntu-branches/ubuntu/maverick/vm-builder/maverick-updates

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/ubuntu/lucid.py

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2010-02-22 13:56:18 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222135618-la13e3mu397rg0m1
Tags: 0.12.0-0ubuntu1
* New upstream release. (FFe: LP: #525741)
  - All patches incorporated upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
#    Uncomplicated VM Builder
 
3
#    Copyright (C) 2010 Canonical Ltd.
 
4
#
 
5
#    See AUTHORS for list of contributors
 
6
#
 
7
#    This program is free software: you can redistribute it and/or modify
 
8
#    it under the terms of the GNU General Public License version 3, as
 
9
#    published by the Free Software Foundation.
 
10
#
 
11
#    This program is distributed in the hope that it will be useful,
 
12
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
#    GNU General Public License for more details.
 
15
#
 
16
#    You should have received a copy of the GNU General Public License
 
17
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
18
#
 
19
import suite
 
20
import logging
 
21
import VMBuilder.disk as disk
 
22
from   VMBuilder.util import run_cmd
 
23
from   VMBuilder.plugins.ubuntu.karmic import Karmic
 
24
 
 
25
class Lucid(Karmic):
 
26
    pass