diff options
Diffstat (limited to 'Lib/plat-irix5/flp.py')
| -rwxr-xr-x | Lib/plat-irix5/flp.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py index 4f9175f..13c926f 100755 --- a/Lib/plat-irix5/flp.py +++ b/Lib/plat-irix5/flp.py @@ -3,6 +3,10 @@ # # Jack Jansen, December 1991 # +from warnings import warnpy3k +warnpy3k("the flp module has been removed in Python 3.0", stacklevel=2) +del warnpy3k + import string import os import sys |
