From 7bd5b78b225a431d33907cdca64dbcb582255a51 Mon Sep 17 00:00:00 2001 From: JUN JIE NAN Date: Mon, 23 Dec 2013 10:36:35 +0800 Subject: [PATCH] Removed duplicated import sys is imported twice so removed the second import. Change-Id: I50531edf856d42ec9b10732eff18a97d0cb3e9cc --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2d93c02bb..ee0b6837f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -19,7 +19,6 @@ import sys # documentation root, use os.path.abspath to make it absolute, like shown here. #sys.path.append(os.path.abspath('.')) import os -import sys BASE_DIR = os.path.dirname(os.path.abspath(__file__)) ROOT = os.path.abspath(os.path.join(BASE_DIR, "..", ".."))