Update jumpserver.py

update import readline
pull/2/head
蓝枫 2015-01-18 21:33:37 +08:00
parent 3f7f1a8cdb
commit cff27200fa
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ import ConfigParser
import paramiko
import pxssh
import pexpect
import readline
cur_dir = os.path.abspath(os.path.dirname(__file__))
sys.path.append('%s/webroot/AutoSa/' % cur_dir)