diff options
| author | ianb <devnull@localhost> | 2006-03-03 23:13:25 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-03-03 23:13:25 +0000 |
| commit | 786f4d49308b6cef5fb6551a4422c2b0d67eb2a3 (patch) | |
| tree | c532e16dd4777eaa1cde50db125cb81bce92bb1b /paste/error_document.py | |
| parent | fc4f7f866be84b96331744c735a0de9a181f32e7 (diff) | |
| download | paste-786f4d49308b6cef5fb6551a4422c2b0d67eb2a3.tar.gz | |
Put in back-compat error_document
Diffstat (limited to 'paste/error_document.py')
| -rw-r--r-- | paste/error_document.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/paste/error_document.py b/paste/error_document.py new file mode 100644 index 0000000..f9dfc8d --- /dev/null +++ b/paste/error_document.py @@ -0,0 +1,6 @@ +import warnings +# Deprecated Mar 3 2006 (remove quickly: April 2006) +warnings.warn( + 'paste.error_document has been moved to paste.errordocument' + DeprecationWarning, 2) +from paste.errordocument import * |
