summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'systemCheck.py')
-rw-r--r--systemCheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemCheck.py b/systemCheck.py
index 667a1a53c..60fe0313b 100644
--- a/systemCheck.py
+++ b/systemCheck.py
@@ -139,4 +139,4 @@ def main():
if __name__ == "__main__":
main()
- input("Press Enter to Exit.")
+ raw_input("Press Enter to Exit.")