コード例 #1
0
ファイル: dbwatch.py プロジェクト: apardo/dbwatch
def extract_data(inputdirs):
  "Lay out the filesystem structure on the dirs and dump database data there."  
  for inputdir in inputdirs:
    mapping = DBMap(inputdir)
    mapping.extract_records()