summaryrefslogtreecommitdiffstats
path: root/Lib/irix5/FL.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/irix5/FL.py')
-rwxr-xr-xLib/irix5/FL.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/Lib/irix5/FL.py b/Lib/irix5/FL.py
index 100d05f..3142b1b 100755
--- a/Lib/irix5/FL.py
+++ b/Lib/irix5/FL.py
@@ -3,12 +3,13 @@
# Recommended use: import FL; ... FL.NORMAL_BOX ... etc.
# Alternate use: from FL import *; ... NORMAL_BOX ... etc.
-import fl
-try:
- _v20 = (fl.get_rgbmode <> None)
-except:
- _v20 = 0
-del fl
+_v20 = 1
+##import fl
+##try:
+## _v20 = (fl.get_rgbmode <> None)
+##except:
+## _v20 = 0
+##del fl
NULL = 0
FALSE = 0