criblio / python-api-wrapper

A Cribl API wrapper written for Python. Import it into your application to do Cribl things!
https://cribl-community.slack.com/archives/C069YG0AYHK
MIT License
9 stars 2 forks source link

Typo in line #17 /python-api-wrapper/tests/main.py #4

Closed PySecNinja closed 8 months ago

PySecNinja commented 8 months ago

There is a typo in the file /python-api-wrapper/tests/main.py. The correction is as follows:


- from utilities.utlities_tests import *
+ from utilities.utilities_tests import *
rfcriblio commented 8 months ago

fixed. thanks for pointing out the typo!