##// END OF EJS Templates
add signature_scheme to Session and connection files...
add signature_scheme to Session and connection files also change default hash to sha256 instead of md5, since md5 is bad. (this is the main motivation)

File last commit:

r4053:b45902e3
r11656:0f43d86a
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *