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:
parent
4ac52a716e
commit
2d16767e7c
@ -12,7 +12,7 @@
|
||||
|
||||
import copy
|
||||
import subprocess
|
||||
import constants
|
||||
from . import constants
|
||||
import six
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user