summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'iutil.py')
-rw-r--r--iutil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iutil.py b/iutil.py
index d0f14af4b..a1ddb8a87 100644
--- a/iutil.py
+++ b/iutil.py
@@ -614,7 +614,7 @@ def isS390():
return os.uname()[4].startswith('s390')
def isIA64():
- return os.uname()[4] == 'ia64':
+ return os.uname()[4] == 'ia64'
def isAlpha():
return os.uname()[4].startswith('alpha')