aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 21:50:23 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-24 21:56:00 +0200
commit00e6794c81e8fd21032de842b3e099e5ce4bd098 (patch)
tree8f351794b78026605369a2b92f0da791da95f4c6 /test
parentad029c095c134cac0c96f7c4d9fe881a1fc1664f (diff)
Removed unused import.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_examples.py b/test/test_examples.py
index 5c7cddf..6484992 100755
--- a/test/test_examples.py
+++ b/test/test_examples.py
@@ -19,7 +19,7 @@ from tempfile import NamedTemporaryFile
from contextlib import contextmanager
from util import (wait_for_mount, umount, cleanup, base_cmdline,
safe_sleep, basename, fuse_test_marker, test_printcap,
- fuse_caps, fuse_proto)
+ fuse_proto)
from os.path import join as pjoin
pytestmark = fuse_test_marker()