diff options
Diffstat (limited to 'wait.py')
-rwxr-xr-x | wait.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wait.py b/wait.py deleted file mode 100755 index 3347089..0000000 --- a/wait.py +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/python - -import time - -time.sleep(1) - -print "Done" |