Add missing import for project.py

import os.makedirs

Change-Id: Ibc279c8b7f2bb5198f9fa3fd1dfa587ee75e88b0
This commit is contained in:
Zhen Chen 2016-11-15 11:37:59 -08:00
parent b3ceee2a49
commit a617c47f83

View File

@ -17,7 +17,7 @@
from __future__ import print_function
from optparse import OptionParser
from os import path
from os import makedirs, path
from subprocess import Popen, PIPE, CalledProcessError, check_call
from xml.dom import minidom
import re