Removed duplicated import

sys is imported twice so removed the second import.

Change-Id: I50531edf856d42ec9b10732eff18a97d0cb3e9cc
This commit is contained in:
JUN JIE NAN 2013-12-23 10:36:35 +08:00
parent 15e2bca055
commit 7bd5b78b22
1 changed files with 0 additions and 1 deletions

View File

@ -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, "..", ".."))