##// END OF EJS Templates
Backport PR #4336: use simple replacement rather than string formatting in format_kernel_cmd...
Backport PR #4336: use simple replacement rather than string formatting in format_kernel_cmd closes #4334

File last commit:

r8525:61ef7793
r12909:2a627764
Show More
__init__.py
4 lines | 87 B | text/x-python | PythonLexer
try:
from jsonpointer import *
except ImportError :
from _jsonpointer import *