##// END OF EJS Templates
Remove executable flag on __init__.py
Remove executable flag on __init__.py

File last commit:

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