Commit Graph

3 Commits (363c9594ec402abc06c6960fcebfccf0e7a6048a)

Author SHA1 Message Date
Matt Martz 7a61763fba
Don't require requests in hacking/report.py (#45350)
* Don't require requests in hacking/report.py

* move ansible import
7 years ago
Abhijeet Kasurde 36f82ae8cc Replace exit() with sys.exit()
This fix adds replacement for exit() to sys.exit(), as
exit() is not recommended way to exit from the program.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
8 years ago
Matt Clay 1c1527c73f Initial version of source/testing report tool. 9 years ago