mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
Use absolute path for importing modules
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user