##// END OF EJS Templates
ensure 'default' is first in cluster profile list...
ensure 'default' is first in cluster profile list when sorting, `'default'` is transformed to `''`.

File last commit:

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