Module re
[hide private]
[frames] | no frames]

Source Code for Module re

1  """Minimal "re" compatibility wrapper.  See "sre" for documentation.""" 
2   
3  engine = "sre" # Some apps might use this undocumented variable 
4   
5  from sre import * 
6  from sre import __all__ 
7