diff options
Diffstat (limited to 'Lib/re.py')
-rw-r--r-- | Lib/re.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,5 +16,7 @@ # thanks /F # +engine = "sre" # Some apps might use this undocumented variable + from sre import * from sre import __all__ |