summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/re.py b/Lib/re.py
index a786593..efc1ded 100644
--- a/Lib/re.py
+++ b/Lib/re.py
@@ -16,5 +16,7 @@
# thanks /F
#
+engine = "sre" # Some apps might use this undocumented variable
+
from sre import *
from sre import __all__