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
+1 -1
View File
@@ -8,7 +8,7 @@ import paramiko
import tornado.web
from tornado.ioloop import IOLoop
from worker import Worker, recycle_worker, workers
from webssh.worker import Worker, recycle_worker, workers
try:
from concurrent.futures import Future