Fixed up KV munging in runner, misc fixes to copy, setup, and template modules

This commit is contained in:
Michael DeHaan
2012-02-26 19:55:26 -05:00
parent 226da501d3
commit 61d064d011
6 changed files with 21 additions and 36 deletions

View File

@@ -3,6 +3,7 @@
import sys
import os
import jinja2
import shlex
try:
import json
except ImportError: