Modify tokenizer to parse notes

This commit is contained in:
Bartłomiej Pluta
2019-07-05 18:36:12 +02:00
parent ad19e851ec
commit 425d23eb5f
9 changed files with 70 additions and 101 deletions

View File

@@ -1,7 +1,4 @@
from smnp.error.base import SmnpException
class NoteException(SmnpException):
class NoteException(Exception):
def __init__(self, msg):
super().__init__(msg)