diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-11 17:19:46 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-11-11 17:19:46 +0100 |
commit | 76e8aea5ce771906645bd2f54f59ed73d8949dc3 (patch) | |
tree | cff6ed27add49a4df4ef882cc29d6d875c346718 | |
parent | Properly fail if don't know how long to wait for HotfileCom file (diff) | |
parent | Merged in scrool/pyload (pull request #3) (diff) | |
download | pyload-76e8aea5ce771906645bd2f54f59ed73d8949dc3.tar.xz |
Merged in scrool/pyload (pull request #4)
-rw-r--r-- | systemCheck.py | 2 |
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.") |