Commit Graph

5 Commits

Author SHA1 Message Date
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
7f3b8b98aa i think that's it for logging on system libs 2019-12-30 05:34:34 -05:00
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
06c99221d2 okay, some minor changes to the XML stuff. getting there 2019-12-10 06:59:47 -05:00
ebfd164015 locales and console settings are done 2019-12-04 01:48:41 -05:00