##// END OF EJS Templates
Default to 25-75% of min-max if no value is set instead of 0-1
Default to 25-75% of min-max if no value is set instead of 0-1

File last commit:

r10951:31998f30
r17591:51dc53fd
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *