コード例 #1
0
ファイル: __init__.py プロジェクト: petrus-v/AnyBlok
 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
ファイル: __init__.py プロジェクト: gracinet/AnyBlok
 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
ファイル: __init__.py プロジェクト: gracinet/AnyBlok
 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
ファイル: __init__.py プロジェクト: petrus-v/AnyBlok
 def __init__(self, registry):
     super(AnyBlokIOXML, self).__init__(registry)
     if not BlokManager.has_importer('xml'):
         BlokManager.add_importer('xml', 'Model.IO.Importer.XML')