aboutsummaryrefslogtreecommitdiffstats
path: root/wait.py
diff options
context:
space:
mode:
Diffstat (limited to 'wait.py')
-rwxr-xr-xwait.py7
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"