__all__ for several more modules

This commit is contained in:
Skip Montanaro 2001-02-12 02:00:42 +00:00
parent 81b6ae7ef7
commit c62c81e013
12 changed files with 35 additions and 0 deletions

View file

@ -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:
#