change import mode

This commit is contained in:
debugtalk
2017-06-27 18:46:14 +08:00
parent 545911b679
commit c42c915b6d
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import os
import requests
from ate import runner, exception, utils
from .base import ApiServerUnittest
from test.base import ApiServerUnittest
class TestRunner(ApiServerUnittest):