Merge "Fix error path for tools/process-templates.py"

This commit is contained in:
Jenkins 2017-01-11 18:51:58 +00:00 committed by Gerrit Code Review
commit 15dfac1a9d
3 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,4 @@
# process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0
Jinja2>=2.8 # BSD License (3 clause)
six>=1.9.0 # MIT

View File

@ -2,3 +2,5 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
PyYAML>=3.10.0 # MIT
Jinja2>=2.8 # BSD License (3 clause)
six>=1.9.0 # MIT

View File

@ -14,6 +14,7 @@
import argparse
import jinja2
import os
import six
import sys
import yaml