##// END OF EJS Templates
remove inappropriate 'pdf' key...
remove inappropriate 'pdf' key in favor of 'application/pdf'

File last commit:

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