1
0
mirror of https://github.com/JoelBender/bacpypes synced 2025-10-27 00:57:47 +08:00

clean up samples (remove flakes, etc.)

This commit is contained in:
Joel Bender
2016-08-24 09:44:56 -04:00
parent 14b23d7755
commit 49708f16d5
33 changed files with 204 additions and 209 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
This sample application is a BACnet device that has one record access file
@@ -17,8 +17,6 @@ from bacpypes.core import run
from bacpypes.app import LocalDeviceObject, BIPSimpleApplication
from bacpypes.object import FileObject, register_object_type
from bacpypes.basetypes import ServicesSupported
# some debugging
_debug = 0
_log = ModuleLogger(globals())