In legion build config, updated path to GNU tools and updated deprecated Sun CC flag...
[OpenSPARC-T2-SAM] / sam-t2 / devtools / amd64 / 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__