diff options
Diffstat (limited to 'Lib/plat-irix5/FL.py')
| -rwxr-xr-x | Lib/plat-irix5/FL.py | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py index 727da4c..d1b3be1 100755 --- a/Lib/plat-irix5/FL.py +++ b/Lib/plat-irix5/FL.py @@ -2,6 +2,9 @@  # This corresponds to "forms.h".  # Recommended use: import FL; ... FL.NORMAL_BOX ... etc.  # Alternate use: from FL import *; ... NORMAL_BOX ... etc. +from warnings import warnpy3k +warnpy3k("the FL module has been removed in Python 3.0", stacklevel=2) +del warnpy3k  _v20 = 1  _v21 = 1  | 
