Staging
v0.5.1
https://github.com/python/cpython
Revision d434e9f672961946e8c2cbe603f23dd275546bb2 authored by Barry Warsaw on 07 November 2008, 03:08:42 UTC, committed by Barry Warsaw on 07 November 2008, 03:08:42 UTC
1 parent f913ac7
Raw File
Tip revision: d434e9f672961946e8c2cbe603f23dd275546bb2 authored by Barry Warsaw on 07 November 2008, 03:08:42 UTC
De-tagging
Tip revision: d434e9f
wh.py
# This is here so I can use 'wh' instead of 'which' in '~/bin/generic_python'
import which
back to top