##// END OF EJS Templates
Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.
Split read-only logic into three functions: read_only, logged_in, and login_available. Move display logic from javascript into templates.

File last commit:

r3410:21647ae3
r5722:bd487586
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *