Removed duplicated import
sys is imported twice so removed the second import. Change-Id: I50531edf856d42ec9b10732eff18a97d0cb3e9cc
This commit is contained in:
parent
15e2bca055
commit
7bd5b78b22
@ -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, "..", ".."))
|
||||
|
Loading…
Reference in New Issue
Block a user