slightly better way to find tahoe binary

This commit is contained in:
meejah 2016-05-03 13:47:56 -06:00 committed by Brian Warner
parent 18f799bdc8
commit ec11551404

View File

@ -36,7 +36,7 @@ import sys
import time
import shutil
import subprocess
from os.path import join, abspath, curdir, exists
from os.path import join, abspath, curdir, exists, split
from os import mkdir, listdir, unlink
is_windows = (sys.platform == 'win32')