]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - bin/tahoe-script.template
Require at least Python 2.6. fixes #1658
[tahoe-lafs/tahoe-lafs.git] / bin / tahoe-script.template
index e5a04e1083f52c8791e6831d383f1f8aef3632e9..3fb7efedf717f8af311ea39aa7bf0221e801f076 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/false # You must specify a python interpreter.
-import sys; assert sys.version_info < (3,), ur"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.5 and 2.7.x inclusive."
+import sys; assert sys.version_info < (3,), ur"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.6 and 2.7.x inclusive."
 
 import os, subprocess