##// END OF EJS Templates
add Session to ConnectionFileMixin...
add Session to ConnectionFileMixin it’s used in a few places, so it doesn’t make sense for subclasses to lack it

File last commit:

r10951:31998f30
r16731:a524adab
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *