mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
slightly better way to find tahoe binary
This commit is contained in:
parent
18f799bdc8
commit
ec11551404
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user