##// END OF EJS Templates
make cookie_secret configurable...
make cookie_secret configurable allows config to specify logins that survive across server instances (default behavior unchanged). Depends on PR #3372

File last commit:

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