##// END OF EJS Templates
Remove outdated path from MANIFEST.in...
Remove outdated path from MANIFEST.in package_data seems to be included in the sdist automatically, so no need to specify schema files etc.

File last commit:

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