Initial commit of OpenSPARC T2 architecture model.
[OpenSPARC-T2-SAM] / sam-t2 / devtools / v9 / lib / python2.4 / re.py
CommitLineData
920dae64
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__