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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user