From 29dc8aed5539df4c4198461d9cb639dca76312a3 Mon Sep 17 00:00:00 2001 From: maxb Date: Thu, 18 May 2006 11:07:31 +0000 Subject: [PATCH] * show-db.py: 'python2' is a non-standard name - change shebang line refer to 'python' instead. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@2093 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- show-db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/show-db.py b/show-db.py index ac871f1f..f29b8154 100755 --- a/show-db.py +++ b/show-db.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python import anydbm import marshal -- 2.11.4.GIT