From a8739c39ab59d64d8f6c1c81dacdbb9ba22eba2d Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Wed, 12 Jan 2011 13:16:28 -0800
Subject: [PATCH] bin/tahoe-script.template: improve the error message if we
 end up running under Python 3. refs #1302

---
 bin/tahoe-script.template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/tahoe-script.template b/bin/tahoe-script.template
index 622cca3f..1a227319 100644
--- a/bin/tahoe-script.template
+++ b/bin/tahoe-script.template
@@ -1,4 +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."
 
 import errno, sys, os, subprocess
 
-- 
2.45.2