##// END OF EJS Templates
use ?download=1 to trigger download in /files/...
use ?download=1 to trigger download in /files/ sets `Content-Disposition: attachment...` - master sets this unconditionally - 2.x sets this iff file is a notebook

File last commit:

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