aboutsummaryrefslogtreecommitdiffstats
path: root/Bugs-Everywhere-Web/start-beweb.py
diff options
context:
space:
mode:
authorj^ <j@oil21.org>2008-04-14 18:43:33 +0200
committerj^ <j@oil21.org>2008-04-14 18:43:33 +0200
commit0254c113ac7eff42e2036c38c83698ba067c85cb (patch)
treefdf10e3fe284e737e830e6d2905c6cbebea06e69 /Bugs-Everywhere-Web/start-beweb.py
parent1593e9300da22446f601fb9158a3b45186ec1f33 (diff)
downloadbugseverywhere-0254c113ac7eff42e2036c38c83698ba067c85cb.tar.gz
Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4
Diffstat (limited to 'Bugs-Everywhere-Web/start-beweb.py')
-rwxr-xr-xBugs-Everywhere-Web/start-beweb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugs-Everywhere-Web/start-beweb.py b/Bugs-Everywhere-Web/start-beweb.py
index 39100e7..4070abd 100755
--- a/Bugs-Everywhere-Web/start-beweb.py
+++ b/Bugs-Everywhere-Web/start-beweb.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
import pkg_resources
pkg_resources.require("TurboGears")