Fix error path for tools/process-templates.py
authorSteven Hardy <shardy@redhat.com>
Wed, 11 Jan 2017 11:47:11 +0000 (11:47 +0000)
committerSteven Hardy <shardy@redhat.com>
Wed, 11 Jan 2017 11:47:11 +0000 (11:47 +0000)
commit3af65ff57416cee8576f865f6006fa407845ef2f
tree03eb69a6996dd9423fc8362b1f9f7a50938bf81c
parenta70e6a15c4b8eeec511ba3c836e9ba9c285fd431
Fix error path for tools/process-templates.py

The error path for this fails because we don't import six
or install it in the templates tox venv

Change-Id: Ie9f46332f2b03d48a1b0a4a432e9721757833569
requirements.txt
test-requirements.txt
tools/process-templates.py