##// END OF EJS Templates
Merge pull request #1567 from tkf/fix_openssh_tunnel...
Merge pull request #1567 from tkf/fix_openssh_tunnel Fix: openssh_tunnel did not parse port in `server`

File last commit:

r3408:261328d5
r6430:b8d103d2 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *