Python 3 compatibility: relative import modified to absolute import.

In Python 3 dont have implicit relative import, should specify location now.

Story: 2003310
Task: 24268

Change-Id: I77a88618f723f693dd124dbc914497e926a1ba4d
Signed-off-by: chenyan <yan.chen@intel.com>
This commit is contained in:
chenyan 2018-08-07 11:00:13 +08:00
parent 4ac52a716e
commit 2d16767e7c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
import copy
import subprocess
import constants
from . import constants
import six