##// END OF EJS Templates
Backport PR #4820: fix regex for cleaning old logs with ipcluster...
Backport PR #4820: fix regex for cleaning old logs with ipcluster It still had the 'z' suffix from ages and ages ago, so no files would ever match. closes #4810

File last commit:

r4053:b45902e3
r14845:b9a3c192
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *