OMG a ridiculous commit to overhaul import handler config etc.
- register all import/export handlers via setup.py and config - use "handler key" lookup for all import/export commands - fix logic bugs w/ CORE -> Trainwreck importer
This commit is contained in:
parent
0e28a6ee2b
commit
3140245857
9 changed files with 122 additions and 97 deletions
|
@ -33,4 +33,4 @@ class ImportCore(commands.ImportSubcommand):
|
|||
"""
|
||||
name = 'import-corepos'
|
||||
description = __doc__.strip()
|
||||
handler_spec = 'rattail_corepos.trainwreck.importing.corepos:FromCoreToTrainwreck'
|
||||
handler_key = 'to_trainwreck.from_corepos_db_office_trans.import'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue