No point in warning about needing re module; remove helpful message
This commit is contained in:
parent
3c76ad0f8d
commit
6cd77126b4
|
@ -222,10 +222,7 @@ try:
|
|||
except ImportError:
|
||||
from pickle import dumps, loads
|
||||
|
||||
try:
|
||||
import re
|
||||
except ImportError:
|
||||
raise ImportError, "Cookie.py requires 're' from Python 1.5 or later"
|
||||
import re
|
||||
|
||||
__all__ = ["CookieError","BaseCookie","SimpleCookie","SerialCookie",
|
||||
"SmartCookie","Cookie"]
|
||||
|
|
Loading…
Reference in New Issue