Move configuration defaults to a file
commit993ef364100576049f947251fb713b51e9fc8a70
authorSean Robinson <robinson@tuxfamily.org>
Sat, 3 May 2014 10:33:31 +0000 (3 03:33 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Fri, 13 Jun 2014 13:16:54 +0000 (13 06:16 -0700)
treea17dcb03c47fb23480095e6e06dfd1058c34ed45
parent4ba0d14e5863fd9ffdaf1ca60425ffb75769f8e4
Move configuration defaults to a file

This continues the process of moving data out of source code and into
separate resource files.  This is the same as moving icons out of the
source (commit 087f1b90b6bb2b67).

This commit expands the comments for each configuration setting and
provides a way to automatically read the defaults file if the user
configuration file is missing.

Signed-off-by: Sean Robinson <robinson@tuxfamily.org>
docs/README
etc/wifi-radar.defaults [new file with mode: 0644]
wifi-radar
wifiradar/__init__.py