Bugs-Everywhere-Web works with python2.5 do not hardcode python2.4
authorj^ <j@oil21.org>
Mon, 14 Apr 2008 16:43:33 +0000 (18:43 +0200)
committerj^ <j@oil21.org>
Mon, 14 Apr 2008 16:43:33 +0000 (18:43 +0200)
.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/body [new file with mode: 0644]
.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/values [new file with mode: 0644]
.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/values [new file with mode: 0644]
Bugs-Everywhere-Web/start-beweb.py

diff --git a/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/body b/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/body
new file mode 100644 (file)
index 0000000..832cfd3
--- /dev/null
@@ -0,0 +1,3 @@
+Bugs-Everywhere-Web/start-beweb.py should call python not python2.4
+it works great with python2.5
+
diff --git a/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/values b/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/comments/04d71e10-9e44-4006-ab37-b4cc71647671/values
new file mode 100644 (file)
index 0000000..3a3c77b
--- /dev/null
@@ -0,0 +1,21 @@
+
+
+
+Content-type=text/plain
+
+
+
+
+
+
+Date=Mon, 14 Apr 2008 16:43:07 +0000
+
+
+
+
+
+
+From=j
+
+
+
diff --git a/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/values b/.be/bugs/c45e5ece-63e3-4fd2-b33f-0bfd06820cf4/values
new file mode 100644 (file)
index 0000000..b465169
--- /dev/null
@@ -0,0 +1,35 @@
+
+
+
+creator=j
+
+
+
+
+
+
+severity=minor
+
+
+
+
+
+
+status=open
+
+
+
+
+
+
+summary=use python instead of python2.4 in Bugs-Everywhere-Web/start-beweb.py
+
+
+
+
+
+
+time=Mon, 14 Apr 2008 16:42:37 +0000
+
+
+
index 39100e7693389d1348c5deb6f4dd4f1f822bd0ef..4070abd9533ff3079d3977904090e0dcdbcdf277 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.4
+#!/usr/bin/env python
 import pkg_resources
 pkg_resources.require("TurboGears")