Add 'engine' back. IDLE used this, others might have copied it from

there.
This commit is contained in:
Guido van Rossum 2002-07-28 19:04:07 +00:00
parent 301b1cd107
commit ad9eba7a69
1 changed files with 2 additions and 0 deletions

View File

@ -16,5 +16,7 @@
# thanks /F # thanks /F
# #
engine = "sre" # Some apps might use this undocumented variable
from sre import * from sre import *
from sre import __all__ from sre import __all__