Apply SIGINT restoration to new module layoutmaster
commit2f09cba4e36dc21150e3c5a77d02cf0a6ff2fe94
authorSean Robinson <robinson@tuxfamily.org>
Mon, 23 Mar 2015 11:19:26 +0000 (23 04:19 -0700)
committerSean Robinson <robinson@tuxfamily.org>
Mon, 23 Mar 2015 11:19:26 +0000 (23 04:19 -0700)
treef3a9c6f2c04875cf8bc02c7c2e9432331720e725
parent2020be0a86c0e1047ef5c1f64209727afd78e0a3
Apply SIGINT restoration to new module layout

This brings Markus Schmidt's v2.0.x fix into the master branch.  git did
not know how to apply this commit across branches.  Frankly, I don't blame
it, either.  The development branch uses multiple processes where the
stable branch has only one.  So, the one change needed to be applied in
two places to reach every executing process.

This is a combination of two commits on the stable branch:
"Ctrl+C on main window (restore signal handler)" and
"Expand comment for signal handler reset"

Signed-off-by: Sean Robinson <robinson@tuxfamily.org>
wifiradar/__init__.py
wifiradar/gui/g2/__init__.py