Project

General

Profile

« Previous | Next » 

Revision 3760

intersect: Documented that it's multi-safe (supports an input appearing multiple times)

View differences:

intersect
1 1
#!/usr/bin/env python
2 2
# Intersects two map spreadsheets A0->B and A1->C to A->B, with B overwriting C
3
# Multi-safe (supports an input appearing multiple times).
3 4

  
4 5
import csv
5 6
import os.path

Also available in: Unified diff