diff options
Diffstat (limited to 'Lib/pre.py')
-rw-r--r-- | Lib/pre.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/pre.py b/Lib/pre.py index 35d3e3a910..30f049193d 100644 --- a/Lib/pre.py +++ b/Lib/pre.py @@ -87,6 +87,8 @@ This module also defines an exception 'error'. import sys from pcre import * +__all__ = ["match","search","sub","subn","split","findall","escape","compile"] + # # First, the public part of the interface: # |