diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-27 17:09:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-27 17:09:06 +0000 |
commit | ee2acb5dc9428b42aa84850af06ebe285a8eb6ca (patch) | |
tree | f3cf46dcc0d2a7782b4638ffcf8cad7f8a03df62 /myrpki/yamltest.py | |
parent | 340bc8807e77fe3704591a4ae4654ed32734352b (diff) |
Cleanup
svn path=/myrpki/arin-to-csv.py; revision=2666
Diffstat (limited to 'myrpki/yamltest.py')
-rw-r--r-- | myrpki/yamltest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myrpki/yamltest.py b/myrpki/yamltest.py index e6c1278a..f1c34b06 100644 --- a/myrpki/yamltest.py +++ b/myrpki/yamltest.py @@ -293,7 +293,7 @@ class allocation(object): """ path = self.path(fn) print "Writing", path - return csv.writer(open(path, "wb"), delimiter = myrpki.csv_delimiter, dialect = myrpki.csv_dialect) + return csv.writer(open(path, "w"), dialect = myrpki.csv_dialect) def up_down_url(self): """ |