projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad029c0
)
Removed unused import.
author
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 24 Aug 2017 19:50:23 +0000
(21:50 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Thu, 24 Aug 2017 19:56:00 +0000
(21:56 +0200)
test/test_examples.py
patch
|
blob
|
history
diff --git
a/test/test_examples.py
b/test/test_examples.py
index 5c7cddfebe09e5ec0b12394f637b93320cbb6661..64849925662964144a25a1737f4834a6ef07092f 100755
(executable)
--- 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()