From ced62d8684b327d48af59242fcffa996111942ae Mon Sep 17 00:00:00 2001 From: Joel Bender Date: Mon, 14 Nov 2016 21:39:47 -0500 Subject: [PATCH] drop the markdown from the doc string --- samples/SampleApplication.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samples/SampleApplication.py b/samples/SampleApplication.py index 26cc2bc..3fa71d7 100755 --- a/samples/SampleApplication.py +++ b/samples/SampleApplication.py @@ -1,17 +1,10 @@ #!/usr/bin/env python """ -Sample Application -================== - This sample application is the simplest BACpypes application that is a complete stack. Using an INI file it will configure a LocalDeviceObject, create a SampleApplication instance, and run, waiting for a keyboard interrupt or a TERM signal to quit. - -There is no input or output for this application, but by adding --debug to -the command line when it is run you can check the behavior of the stack by -seeing what is sent and received. """ from bacpypes.debugging import bacpypes_debugging, ModuleLogger