summaryrefslogtreecommitdiffstats
path: root/Lib/plat-irix5/panel.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-irix5/panel.py')
-rwxr-xr-xLib/plat-irix5/panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-irix5/panel.py b/Lib/plat-irix5/panel.py
index 629bee5..f8388c6 100755
--- a/Lib/plat-irix5/panel.py
+++ b/Lib/plat-irix5/panel.py
@@ -207,7 +207,7 @@ def build_panel(descr):
#
# Sanity check
#
- if (not descr) or descr[0] <> 'panel':
+ if (not descr) or descr[0] != 'panel':
raise panel_error, 'panel description must start with "panel"'
#
if debug: show_panel('', descr)