diff --git a/sky/build/template.py b/sky/build/template.py index d034e821df2b3288e158850fe34be0952f05586b..6fc7638e5e075d429e29e4416a69d6ee9271fd62 100755 --- a/sky/build/template.py +++ b/sky/build/template.py @@ -11,7 +11,7 @@ import sys import os import itertools -sys.path.append(os.path.join(os.path.dirname(__file__), '../../../third_party')) +sys.path.append(os.path.join(os.path.dirname(__file__), '../../third_party')) import jinja2 from jinja2 import Environment, FileSystemLoader