Exemple #1
0
 def __init__(self, registry):
     super(AnyBlokIOCSV, self).__init__(registry)
     if not BlokManager.has_importer('csv'):
         BlokManager.add_importer('csv', 'Model.IO.Importer.CSV')
Exemple #2
0
 def __init__(self, registry):
     super(AnyBlokIOXML, self).__init__(registry)
     if not BlokManager.has_importer('xml'):
         BlokManager.add_importer('xml', 'Model.IO.Importer.XML')
Exemple #3
0
 def __init__(self, registry):
     super(AnyBlokIOCSV, self).__init__(registry)
     if not BlokManager.has_importer('csv'):
         BlokManager.add_importer('csv', 'Model.IO.Importer.CSV')
Exemple #4
0
 def __init__(self, registry):
     super(AnyBlokIOXML, self).__init__(registry)
     if not BlokManager.has_importer('xml'):
         BlokManager.add_importer('xml', 'Model.IO.Importer.XML')