diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-10 21:15:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-10 21:15:58 (GMT) |
commit | 75b32c9c76f96eb5027f5087bbeb7c5f8ccd500e (patch) | |
tree | 8f8daa4143b6001b1cc37a594090540309470c95 /Demo | |
parent | 69f81a8b686c1e05df6cb077bea185ba4918b5ac (diff) | |
download | cpython-75b32c9c76f96eb5027f5087bbeb7c5f8ccd500e.zip cpython-75b32c9c76f96eb5027f5087bbeb7c5f8ccd500e.tar.gz cpython-75b32c9c76f96eb5027f5087bbeb7c5f8ccd500e.tar.bz2 |
remove script which uses long gone module
Diffstat (limited to 'Demo')
-rwxr-xr-x | Demo/scripts/wh.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Demo/scripts/wh.py b/Demo/scripts/wh.py deleted file mode 100755 index b9b09ef..0000000 --- a/Demo/scripts/wh.py +++ /dev/null @@ -1,2 +0,0 @@ -# This is here so I can use 'wh' instead of 'which' in '~/bin/generic_python' -import which |