Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bots: fix import logic in STOMP collector's module
The logic regarding importing of the `stomp.py`'s stuff has been fixed: now the condition of the absence of the `stomp` module (and thus, of the entire library) would not be confused with the condition of the absence of only the `stomp.exception` module (which would mean the presence of a version of that library lacking just the `exception` submodule).
- Loading branch information