require "rubygems" require "thor" require "json" require "haml" require File.expand_path('../version', __FILE__) require File.expand_path('../cli', __FILE__) require File.expand_path('../manifest_handler', __FILE__) require File.expand_path('../view', __FILE__) require File.expand_path('../distro', __FILE__) require File.expand_path('../rpm_manifestizer', __FILE__) require File.expand_path('../settings', __FILE__)