From 89f890b465dbabbbb452d36380e865a381869009 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 12 May 2016 13:16:12 +0800 Subject: [PATCH] Remove unused import statement We don't use fnmatch and fileinput, so remove them. Change-Id: Ic49f3a03f4ccafcd02c549a6bdb0a3175f9e07e1 --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index a35d5a5..d69e7e9 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -14,8 +14,7 @@ import os import sys -import fileinput -import fnmatch + sys.path.insert(0, os.path.abspath('../..')) # -- General configuration ----------------------------------------------------