diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-16 01:38:40 +0000 |
commit | 863ac44b74cd66f7d289748816d65c65808c149b (patch) | |
tree | 8536f8a72110b9996cb9e6746b6bb4cf3cb73733 /Lib/pre.py | |
parent | c86c1b88f96ec48e5502b9b8ba5cc833f57ce476 (diff) | |
download | cpython-git-863ac44b74cd66f7d289748816d65c65808c149b.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/pre.py')
-rw-r--r-- | Lib/pre.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pre.py b/Lib/pre.py index 817f8de37b..504c7c6685 100644 --- a/Lib/pre.py +++ b/Lib/pre.py @@ -92,7 +92,7 @@ from pcre import * import warnings as _warnings _warnings.warn("Please use the 're' module, not the 'pre' module", DeprecationWarning) - + __all__ = ["match","search","sub","subn","split","findall","escape","compile", "I","L","M","S","X","IGNORECASE","LOCALE","MULTILINE","DOTALL", "VERBOSE","error"] |