tahoe-lafs/mac/fuseparts/setcompatwrap.py
robk-tahoe 6f5ccb1707 macfuse: move macfuse files around to simplify pythonpath
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.
2008-02-19 17:18:17 -07:00

6 lines
63 B
Python

try:
set()
set = set
except:
from sets import Set as set