##// END OF EJS Templates
remove non-functional View.kill method...
remove non-functional View.kill method This method cannot be implemented until engines have local nannies that can send signals. closes #2772

File last commit:

r3408:261328d5
r9036:b02db490
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *