Import errno

Without this, runs where the log directory already exists will fail.

Change-Id: Ib4eedcb5822d0469afc25815123cf35070c3b2bc
This commit is contained in:
Ben Nemec 2015-05-05 14:16:14 +00:00
parent ff57f65d12
commit 5a12900eb3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
from __future__ import print_function
import argparse
import errno
import json
import logging
import os