##// END OF EJS Templates
Merge pull request #7397 from jasongrout/comprehension...
Merge pull request #7397 from jasongrout/comprehension Generate fontweight enum values without an extraneous variable from a comprehension

File last commit:

r13347:54891794
r19870:7e2d432f merge
Show More
__init__.py
5 lines | 98 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from ._pexpect import *