summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-11 17:19:46 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-11-11 17:19:46 +0100
commit76e8aea5ce771906645bd2f54f59ed73d8949dc3 (patch)
treecff6ed27add49a4df4ef882cc29d6d875c346718
parentProperly fail if don't know how long to wait for HotfileCom file (diff)
parentMerged in scrool/pyload (pull request #3) (diff)
downloadpyload-76e8aea5ce771906645bd2f54f59ed73d8949dc3.tar.xz
Merged in scrool/pyload (pull request #4)
-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.")