Commit Graph

4 Commits

Author SHA1 Message Date
Zooko O'Whielacronx 56cc7719da add a "--verbose" option that writes to stderr if it finds anything to omit
Also cleaned up some flakes noticed by pyflakes, and make the scrub() be @classmethod instead of @staticmethod so I could use the class for the verbose output.

caveats:

* there are no unit tests of this patch
* now your logs of your stderr have potentially sensitive information in them
* the implementation of arg parsing is very low-tech; (a *good* way to do arg parsing is the "argparse" module)
2013-02-13 19:58:47 +00:00
Bryan Bishop f3d8475c79 better import formatting for core.py 2013-02-07 03:55:57 -06:00
Bryan Bishop 0adec6c74e better plugin support 2013-02-05 04:34:45 -06:00
Bryan Bishop d8fc6c1d8f initial commit 2013-02-05 03:10:14 -06:00