From 00413636bfa9321b2ffef09f44c055c76f491c11 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Thu, 4 Jan 2018 22:01:43 -0800 Subject: [PATCH] Added file containing debug toggles. --- .gitignore | 3 +++ bin/cmless_debug.py | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 bin/cmless_debug.py diff --git a/.gitignore b/.gitignore index 2177d64..4f329e1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # vim turds *.swp +# Python bytecode files +*.pyc + # Ignore the site directory since the contents are data for CMless to consume # rather than part of CMless itself. site diff --git a/bin/cmless_debug.py b/bin/cmless_debug.py new file mode 100644 index 0000000..68c8f61 --- /dev/null +++ b/bin/cmless_debug.py @@ -0,0 +1,8 @@ +# (c) 2017 Aaron Taylor +# See LICENSE file for copyright and license details. + +# Any debug toggles are kept in this file and should be committed to git in the +# 'off' state. + +import cgitb +#cgitb.enable() -- 2.20.1