##// END OF EJS Templates
fix PR #1567...
fix PR #1567 PR #1567 fixed an issue where ssh server would not recognize custom ssh server ports. However, it broke another case by forcing local username if it is unspecified. ssh config should be trusted with the default username.

File last commit:

r3408:261328d5
r6431:8d713c22
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *