added check for old librouteros version in case of conflict with other extensions #2

This commit is contained in:
tomaae 2019-12-07 20:11:09 +01:00
parent 0580ce8eec
commit 3d90f7c19a
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,4 @@
"""Exceptions for Mikrotik Router."""
class OldLibrouteros(Exception):
"""Old librouteros version."""