classification
Title: __main__ for whichdb.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: phd, rhettinger
Priority: normal Keywords: patch

Created on 2004-10-01 10:02 by phd, last changed 2004-10-20 07:17 by rhettinger. This issue is now closed.

Files
File name Uploaded Description Edit
whichdb.py.patch phd, 2004-10-01 10:02
Messages (3)
msg46993 - (view) Author: Oleg Broytman (phd) Date: 2004-10-01 10:02
This patch addsd shebang and __main__ script for
whichdb.py.
msg46994 - (view) Author: Oleg Broytman (phd) Date: 2004-10-07 07:49
Logged In: YES 
user_id=4799

And don't forget to make it executable.
msg46995 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-10-20 07:17
Logged In: YES 
user_id=80475

Applied to Lib/whichdb.py 1.19.
History
Date User Action Args
2004-10-01 10:02:08phdcreate