summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-03 17:33:28 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-02-03 17:33:28 +0100
commit570da31e3a030b25e84721348fe14b362c7eb513 (patch)
tree13b2cc040d2e92df8edb81f326cb78aaaaf5da35 /systemCheck.py
parentsome l18n stuff (diff)
downloadpyload-570da31e3a030b25e84721348fe14b362c7eb513.tar.xz
l18n fixes
Diffstat (limited to 'systemCheck.py')
-rw-r--r--systemCheck.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/systemCheck.py b/systemCheck.py
index 6477097b0..2c4946525 100644
--- a/systemCheck.py
+++ b/systemCheck.py
@@ -155,4 +155,6 @@ def main():
print "No Problems detected, Webinterface should work fine."
if __name__ == "__main__":
- main() \ No newline at end of file
+ main()
+
+ raw_input("Press Enter to Exit.") \ No newline at end of file