~ubuntu-virt/vmbuilder/trunk

« back to all changes in this revision

Viewing changes to vmbuilder

  • Committer: Soren Hansen
  • Date: 2008-06-27 12:47:26 UTC
  • Revision ID: soren.hansen@canonical.com-20080627124726-kj690sepircudc3h
Import python rewrite.. It's not quite at a useful point yet (only cli+kvm+hardy is in a usable state), but it's getting there..

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
import sys
 
3
import os
 
4
 
 
5
#sys.path += [os.getcwd()]
 
6
 
 
7
import VMBuilder
 
8
 
 
9
VMBuilder.run()