Commit Graph

9 Commits

Author SHA1 Message Date
brent s. c22b473b49 checking in before i change a regex pattern. this currently will grab commented out defaults, but we don't want that since it complicates things - so we hardcode in shipped defaults. 2019-12-30 12:59:52 -05:00
brent s. 7f3b8b98aa i think that's it for logging on system libs 2019-12-30 05:34:34 -05:00
brent s. d7d85c7d9d future proofing is good, but...
since print() was made a function in py3, i can predict at some point
that return will be made a func as well. sure, good.
but "return()" *currently* returns an empty tuple. We want to
explicitly return None for testing purposes.
2019-12-11 04:33:15 -05:00
brent s. a1bc613979 XML validation is a LOT cleaner now 2019-12-11 04:32:07 -05:00
brent s. 06c99221d2 okay, some minor changes to the XML stuff. getting there 2019-12-10 06:59:47 -05:00
brent s. c7ce23ff0f restructure this a bit, and timezone done 2019-12-07 00:16:46 -05:00
brent s. 3b3cdb3f6d whoops, circular imports 2019-12-05 18:04:51 -05:00
brent s. ebfd164015 locales and console settings are done 2019-12-04 01:48:41 -05:00
brent s 7f1bbc5022 checking in some XSD work 2019-10-28 01:26:31 -04:00