##// END OF EJS Templates
Backport PR #2511: trigger default remote_profile_dir when profile_dir is set...
Backport PR #2511: trigger default remote_profile_dir when profile_dir is set in SSHLaunchers remote_profile_dir_default could be triggered before profile_dir was set, resulting in an empty remote_profile_dir, causing failures.

File last commit:

r3408:261328d5
r9833:0df9d99d
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *