Remove unused import statement

We don't use fnmatch and fileinput, so
remove them.

Change-Id: Ic49f3a03f4ccafcd02c549a6bdb0a3175f9e07e1
This commit is contained in:
ChangBo Guo(gcb) 2016-05-12 13:16:12 +08:00
parent f8fd4058f3
commit 89f890b465
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@
import os
import sys
import fileinput
import fnmatch
sys.path.insert(0, os.path.abspath('../..'))
# -- General configuration ----------------------------------------------------