Run on Python 3.

This commit is contained in:
Itamar Turner-Trauring 2022-02-15 10:12:31 -05:00
parent 1fd8603673
commit 4315f6a641

View File

@ -11,7 +11,10 @@ import struct
import sys
if not hasattr(sys, 'real_prefix'):
try:
import allmydata
del allmydata
except ImportError:
sys.exit("Please run inside a virtualenv with Tahoe-LAFS installed.")