From 26221c20b72bd12a21d08204e16ff4b0d7fe992f Mon Sep 17 00:00:00 2001 From: Raymond Yee Date: Thu, 8 Dec 2016 22:08:28 -0800 Subject: [PATCH] import os in common.py.j2 --- vagrant/templates/common.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/vagrant/templates/common.py.j2 b/vagrant/templates/common.py.j2 index 9babec21..b88839ca 100644 --- a/vagrant/templates/common.py.j2 +++ b/vagrant/templates/common.py.j2 @@ -1,6 +1,7 @@ import datetime import mimetypes import sys +import os from os.path import dirname, realpath, join import regluit