diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-07 21:23:25 +0200 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-08-07 21:23:25 +0200 | 
| commit | a52afe958a6f9d45d55065be044e3daf101936cd (patch) | |
| tree | b75fdd0ee3bd9104919b20d7059adf5561694636 /ishtar_common | |
| parent | dc643fdf32e0e27b99dc560f8b2c4107b6cefc19 (diff) | |
| download | Ishtar-a52afe958a6f9d45d55065be044e3daf101936cd.tar.bz2 Ishtar-a52afe958a6f9d45d55065be044e3daf101936cd.zip  | |
Imports, add post import trigger for finds: set_localisation_1, _2, ...
Diffstat (limited to 'ishtar_common')
| -rw-r--r-- | ishtar_common/data_importer.py | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/ishtar_common/data_importer.py b/ishtar_common/data_importer.py index 9a4435c27..c89e46f0b 100644 --- a/ishtar_common/data_importer.py +++ b/ishtar_common/data_importer.py @@ -1417,7 +1417,6 @@ class Importer(object):          if func.importer_trigger == 'pre':              pass  # TODO          elif func.importer_trigger == 'post': -            print("ok!!!!!!")              self._item_post_processing.append([attribute, data,                                                 data[attribute]])          else:  | 
