summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-11 17:18:28 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-11 17:18:28 +0100
commit852948a74e0bbbe039bebb9332078481ff484d23 (patch)
tree4a92ef77195609ab96b57a89ba9ce2a560fd7c11
parentupdate DepositfilesCom, fix HellshareCz (diff)
parentUser input "Press Enter" shouldn't eval python code (diff)
downloadpyload-852948a74e0bbbe039bebb9332078481ff484d23.tar.xz
Merged in scrool/pyload (pull request #3)
-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.")