diff options
Diffstat (limited to 'Lib/plat-irix5/FL.py')
-rwxr-xr-x | Lib/plat-irix5/FL.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-irix5/FL.py b/Lib/plat-irix5/FL.py index f85237b..ae665e3 100755 --- a/Lib/plat-irix5/FL.py +++ b/Lib/plat-irix5/FL.py @@ -7,7 +7,7 @@ _v20 = 1 _v21 = 1 ##import fl ##try: -## _v20 = (fl.get_rgbmode <> None) +## _v20 = (fl.get_rgbmode is not None) ##except: ## _v20 = 0 ##del fl |