##// END OF EJS Templates
minor reflow of tree header...
minor reflow of tree header - remove absolutely positioned text (absolute text doesn't wrap correctly) - associate hidden upload directly with 'click here' via span - remove column split, rely on regular reflow

File last commit:

r13347:54891794
r19269:c2b5bb71
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
Thomas Spura
Also unbundle pexpect...
r3410 try:
import pexpect
from pexpect import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._pexpect import *