Project

General

Profile

« Previous | Next » 

Revision 5426

csvs.py: delims: Added |

View differences:

lib/csvs.py
6 6
import strings
7 7
import util
8 8

  
9
delims = ',;\t`'
9
delims = ',;\t|`'
10 10
tsv_delim = '\t'
11 11
escape = '\\'
12 12

  

Also available in: Unified diff