summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 21:53:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-11 21:53:25 (GMT)
commit651bc32a4ebfebfc69b0e7fd0a34abee40274bbb (patch)
tree4e9db6bcdb95080cc872d52e2afb776d94426da2 /Lib/bsddb
parent75c8be048bac59c7cf85c301fb247f9cd866463c (diff)
downloadcpython-651bc32a4ebfebfc69b0e7fd0a34abee40274bbb.zip
cpython-651bc32a4ebfebfc69b0e7fd0a34abee40274bbb.tar.gz
cpython-651bc32a4ebfebfc69b0e7fd0a34abee40274bbb.tar.bz2
use proper shebang lines
Diffstat (limited to 'Lib/bsddb')
-rw-r--r--Lib/bsddb/dbshelve.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/dbshelve.py b/Lib/bsddb/dbshelve.py
index 7c875b4..891c7f2 100644
--- a/Lib/bsddb/dbshelve.py
+++ b/Lib/bsddb/dbshelve.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
#------------------------------------------------------------------------
# Copyright (c) 1997-2001 by Total Control Software
# All Rights Reserved