##// END OF EJS Templates
build new Session auth when either key or scheme changes
build new Session auth when either key or scheme changes

File last commit:

r13347:54891794
r16730:2f5d4798
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *