Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / lib / python2.4 / re.py
CommitLineData
86530b38
AT
1"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
2
3engine = "sre" # Some apps might use this undocumented variable
4
5from sre import *
6from sre import __all__