Files @ 10040a8c3bf4
Branch filter:

Location: rattail-project/rattail/setup.cfg

Lance Edgar
More tweaks to new importer framework

* Add `ImportSubcommand.handler_spec` for simpler subclass config
* Pass `args` all the way from command -> handler -> importer
* Add `FromRattailHandler` for convenience

[upload_docs]
upload-dir = docs/_build/html

[nosetests]
nocapture = 1
cover-erase = 1
cover-package = rattail
cover-inclusive = 1
cover-html = 1
cover-html-dir = htmlcov