From 87221f8f55305b12a1ee6178da3e9762a0e09dd3 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Mon, 3 Mar 2014 20:03:25 +0800 Subject: [PATCH] :lipstick: Fix pylint warning. --- script/coffeelint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/coffeelint.py b/script/coffeelint.py index 9ca3330b229c..4397e1a26304 100755 --- a/script/coffeelint.py +++ b/script/coffeelint.py @@ -1,5 +1,6 @@ #!/usr/bin/env python +import errno import glob import os import subprocess