diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-05-26 23:29:20 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-05-26 23:29:20 -0400 |
commit | c99212c5dea4d26f154731a90abd77e9ea70a917 (patch) | |
tree | 5c5b382dc12000962fa250d4c306f126c0360669 /wait.py | |
parent | 974910aa4e4ef123ff67e7100f815419956ff7c8 (diff) | |
download | librambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.tar.gz librambutan-c99212c5dea4d26f154731a90abd77e9ea70a917.zip |
cleaned up commit process
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" |