diff options
Diffstat (limited to 'ishtar_common/models.py')
| -rw-r--r-- | ishtar_common/models.py | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 0c06f0b4d..c6643100f 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -63,12 +63,12 @@ from ishtar_common.utils import get_cache, disable_for_loaddata, create_slug,\  from ishtar_common.models_imports import ImporterModel, ImporterType, \      ImporterDefault, ImporterDefaultValues, ImporterColumn, \      ImporterDuplicateField, Regexp, ImportTarget, TargetKey, FormaterType, \ -    Import +    Import, TargetKeyGroup  __all__ = [      'ImporterModel', 'ImporterType', 'ImporterDefault', 'ImporterDefaultValues',      'ImporterColumn', 'ImporterDuplicateField', 'Regexp', 'ImportTarget', -    'TargetKey', 'FormaterType', 'Import' +    'TargetKey', 'FormaterType', 'Import', 'TargetKeyGroup'  ]  logger = logging.getLogger(__name__)  | 
