We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edae88 commit 4f9ddcdCopy full SHA for 4f9ddcd
1 file changed
example/_find_fuse_parts.py
@@ -10,6 +10,8 @@
10
for p in glob.glob(join(d, 'build', 'lib.*%s' % PYTHON_MAJOR_MINOR)):
11
sys.path.insert(0, p)
12
13
+print(sys.path)
14
+
15
try:
16
import fuse
17
except ImportError:
0 commit comments