~soren/vmbuilder/vmbuilder.refactoring

« back to all changes in this revision

Viewing changes to vmbuilder

  • Committer: Soren Hansen
  • Date: 2009-12-03 11:34:24 UTC
  • Revision ID: soren@ubuntu.com-20091203113424-sqb2p1518k2oxw75
Development snapshot of the refactoring work, I'm doing. Feel free to look around now, but I'll finish this up and divide it into digestible chunks and submit it in a day or so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
#
21
21
 
22
 
#import sys
23
 
#import os
24
 
#sys.path += [os.getcwd()]
25
 
 
26
22
import VMBuilder
27
23
 
28
24
VMBuilder.set_frontend('cli')