From 00e6794c81e8fd21032de842b3e099e5ce4bd098 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 24 Aug 2017 21:50:23 +0200 Subject: Removed unused import. --- test/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit v1.2.3