changed relative imports to absolute; renamed TelegramBuffer.put to TelegramBuffer.append;

This commit is contained in:
Nigel Dokter
2017-01-09 20:15:55 +01:00
parent 11672d0512
commit 21334e5a0a
6 changed files with 25 additions and 24 deletions

View File

@@ -1,8 +1,8 @@
from decimal import Decimal
from . import obis_references as obis
from .parsers import CosemParser, ValueParser, MBusParser
from .value_types import timestamp
from dsmr_parser import obis_references as obis
from dsmr_parser.parsers import CosemParser, ValueParser, MBusParser
from dsmr_parser.value_types import timestamp
"""