remove dependency on unittest2 module
authorBen England <bengland@redhat.com>
Fri, 7 Sep 2018 16:43:21 +0000 (12:43 -0400)
committerBen England <bengland@redhat.com>
Fri, 7 Sep 2018 16:43:21 +0000 (12:43 -0400)
commit088a092eda135e6fe5b4df5326aec4fe76ace14d
tree2b07bfb155ef9ea400a1037c8dd390c6885667c1
parentbb661c4027e5a0482b9fcc1c1b4e7e918650ee72
remove dependency on unittest2 module

The dependency of fio-histo-log-pctiles.py on unittest2 module was causing heartburn
for pbench community so I removed the dependency.
If unittest2 python package is installed and unittest2 module can be imported,
that's fine, we'll use it if requested,
but if it's not, that's fine too, you can still use the program.
tools/hist/fio-histo-log-pctiles.py