예제 #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')
예제 #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')
예제 #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')
예제 #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')