Start of category flag support

This adds what I think needs to be done to support categories for flags
but we will see if that works. It also forces the scripts to use python2
since they blow up under python3 which is becoming the default python on
many linux systems.

Small fix to app_test as well so it conforms to the new Flag interface.
This commit is contained in:
Michael Schuett
2019-01-27 01:41:06 -05:00
parent b67dcf995b
commit ff1c0b58dd
6 changed files with 136 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
from __future__ import print_function
import argparse