]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py and bin/tahoe-script.template: the error when we try to use Python 3 should...
authordavid-sarah <david-sarah@jacaranda.org>
Mon, 11 Jun 2012 03:52:16 +0000 (03:52 +0000)
committerdavid-sarah <david-sarah@jacaranda.org>
Mon, 11 Jun 2012 03:52:16 +0000 (03:52 +0000)
bin/tahoe-script.template
setup.py

index ba192e5486c08999f461324e714143d176c93fa8..5f144b22d56d13a1e22d0472c4fc430282b4b1e4 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/false # You must specify a python interpreter.
-u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.4.4 and 2.7.x inclusive."
+u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.5 and 2.7.x inclusive."
 
 import sys, os, subprocess
 
index 75f83ea6d1defa9dafc019cc6a555ff8f947d4ed..bbb662df4140e3775d96969851f96f3cbfed3821 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
-u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.4.4 and 2.7.x inclusive."
+u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.5 and 2.7.x inclusive."
 
 # Tahoe-LAFS -- secure, distributed storage grid
 #