mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
6f5ccb1707
the mac/macfuse subdirectory needed to be added to the pythonpath in order to build a binary incorporating the mac fuse system. this change should make those modules accessible relative to the mac/ directory which is implicitly included in the .app build process.
6 lines
63 B
Python
6 lines
63 B
Python
try:
|
|
set()
|
|
set = set
|
|
except:
|
|
from sets import Set as set
|