Add a Python 3 blocker to setup.py, to display a better error message when it is run under Python 3.

This commit is contained in:
david-sarah 2012-01-27 01:55:25 +00:00
parent 1469b1b9f9
commit 70b08ddb42

View File

@ -1,5 +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."
# Tahoe-LAFS -- secure, distributed storage grid
#