summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-12 13:16:12 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-12 16:34:28 +0800
commit89f890b465dbabbbb452d36380e865a381869009 (patch)
tree6ff84427caa974273861cce1d4efbb61f236749c /doc
parentf8fd4058f37c6cc19027786d2a2821efb5832e8f (diff)
downloadoslo-concurrency-89f890b465dbabbbb452d36380e865a381869009.tar.gz
Remove unused import statement
We don't use fnmatch and fileinput, so remove them. Change-Id: Ic49f3a03f4ccafcd02c549a6bdb0a3175f9e07e1
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/source/conf.py3
1 files changed, 1 insertions, 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 ----------------------------------------------------