##// END OF EJS Templates
Add float implementation of range widget
Add float implementation of range widget

File last commit:

r13347:54891794
r17060:6b57c5bb
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *