##// END OF EJS Templates
use default ssh tunnel for localhost Controller on remote machine...
use default ssh tunnel for localhost Controller on remote machine also change error message when paramiko is unavailable, so we don't instruct Windows users to 'use openssh'.

File last commit:

r4053:b45902e3
r4108:7bd2eb56
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *