From 98300901cc71462682fd77962e04e10ec3f6639d Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Fri, 3 Jan 2014 15:03:41 -0600 Subject: [PATCH] cfg file note added --- dmrlink.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dmrlink.py b/dmrlink.py index a8dffa9..1befd23 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -8,6 +8,11 @@ # Creative Commons, 444 Castro Street, Suite 900, Mountain View, # California, 94041, USA. +#NOTE: This program uses a configuration file specified on the command line +# if none is specified, then dmrlink.cfg in the same directory as this +# file will be tried. Finally, if that does not exist, this process +# will terminate + from __future__ import print_function import ConfigParser