Skip to content

Commit fd26a9b

Browse files
Helen KoikeJeny Sadadia
Helen Koike
and
Jeny Sadadia
committed
kcidb: add kcidb_match tool
Add `tools` directory and add `kcidb_match.py` script there. Co-authored-by: Jeny Sadadia <[email protected]> Signed-off-by: Jeny Sadadia <[email protected]>
1 parent 811a4ba commit fd26a9b

File tree

2 files changed

+430
-1
lines changed

2 files changed

+430
-1
lines changed

kcidb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66
from kcidb.misc import LIGHT_ASSERTS
77
# Silence flake8 "imported but unused" warning
8-
from kcidb import io, db, mq, orm, oo, monitor, tests, unittest, misc # noqa
8+
from kcidb import io, db, mq, orm, oo, tools, monitor, tests, unittest, misc # noqa
99
from kcidb import cache # noqa
1010

1111

0 commit comments

Comments
 (0)