diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-31 16:01:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-31 16:01:53 +0000 |
commit | d3e80f631b239360f4277c3f42b6ad4656ccb660 (patch) | |
tree | 96e8147d852f846f34e8cd2cdf177dafd0f0830a /myrpki.rototill/yamltest.py | |
parent | 0b56214cd784b6a7a5703aca725c0c4fdb2ebf75 (diff) |
Clean up CSV code per suggestions from Warren
svn path=/myrpki.rototill/apnic-to-csv.py; revision=3147
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index 1e34abb5..360f6ad7 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -293,7 +293,7 @@ class allocation(object): """ path = self.path(fn) print "Writing", path - return csv.writer(open(path, "w"), dialect = myrpki.csv_dialect) + return myrpki.csv_writer(path) def up_down_url(self): """ |