From 3af65ff57416cee8576f865f6006fa407845ef2f Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 11 Jan 2017 11:47:11 +0000 Subject: 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 --- tools/process-templates.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/process-templates.py') diff --git a/tools/process-templates.py b/tools/process-templates.py index a15b00e2..9a06812b 100755 --- a/tools/process-templates.py +++ b/tools/process-templates.py @@ -14,6 +14,7 @@ import argparse import jinja2 import os +import six import sys import yaml -- cgit 1.2.3-korg