Fix module not found error in API test (#5647)

Reload the python path to fix the module not found error in API E2E test

Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
Wenkai Yin 2018-08-17 10:55:19 +08:00 committed by Yan
parent 95c0c259ec
commit f71f02deee

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import site
reload(site)
import project
import label
import registry