Use absolute path for importing modules

This commit is contained in:
Sheng
2018-04-26 22:38:03 +08:00
parent f78588bcc1
commit ffb776ca6c
9 changed files with 20 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ import os.path
import paramiko
from tornado.httputil import HTTPServerRequest
from handler import MixinHandler, IndexHandler
from webssh.handler import MixinHandler, IndexHandler
class TestMixinHandler(unittest.TestCase):