Check to see if we're on S390 on the congrats screen (#488747).
This continues the war on calling iutil.isWhatever() everywhere. We can
start using the platform module for that.
---
iw/congrats_gui.py | 3 ++-
textw/complete_text.py | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index b5f0101..0df2d80 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -23,6 +23,7 @@ import gui
from iw_gui import *
from constants import *
import os
+import platform