summaryrefslogtreecommitdiff
path: root/Lib/pre.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-04-16 01:38:40 +0000
committerTim Peters <tim.peters@gmail.com>2002-04-16 01:38:40 +0000
commit1eb8676e7dd003d6e8db983db47e6216f120c196 (patch)
tree3cdc34a2b0f4bf095939d24eeb1c1d4ca5d4cb0e /Lib/pre.py
parent24ef3c8f644d7883912333c9cf6fd7e6b495b0b0 (diff)
downloadcpython-1eb8676e7dd003d6e8db983db47e6216f120c196.tar.gz
Whitespace normalization.
Diffstat (limited to 'Lib/pre.py')
-rw-r--r--Lib/pre.py2
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"]