Skip to content

Commit fdfee8c

Browse files
committed
Revert troubleshooting steps
1 parent a140a22 commit fdfee8c

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ install:
1616
script:
1717
- sudo modprobe fuse
1818
- mkdir /tmp/foo
19-
- find ./build
2019
- python example/hello.py /tmp/foo

example/_find_fuse_parts.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
for p in glob.glob(join(d, 'build', 'lib.*%s' % PYTHON_MAJOR_MINOR)):
1111
sys.path.insert(0, p)
1212

13-
print(sys.path)
14-
1513
try:
1614
import fuse
1715
except ImportError:

0 commit comments

Comments
 (0)