diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-09 01:19:11 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-09 01:19:11 +0000 |
| commit | d5f026e798598f57d02ab02ffa4b20efb818473f (patch) | |
| tree | 6aecc2c58aff630da86dff5610047c62604964fe /tools/buildhtml.py | |
| parent | 080ca828742f9e92ad4f5eca867035ae4bd7bf8e (diff) | |
| download | docutils-d5f026e798598f57d02ab02ffa4b20efb818473f.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'tools/buildhtml.py')
| -rwxr-xr-x | tools/buildhtml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildhtml.py b/tools/buildhtml.py index b04f811d1..ac9ab75b0 100755 --- a/tools/buildhtml.py +++ b/tools/buildhtml.py @@ -108,8 +108,8 @@ class Builder: if not options.silent: print >>sys.stderr, ' ::: Processing .txt:', name sys.stderr.flush() - self.pub.source = io.FileIO(options, source_path=options._source) - self.pub.destination = io.FileIO( + self.pub.source = io.FileInput(options, source_path=options._source) + self.pub.destination = io.FileOutput( options, destination_path=options._destination) self.pub.publish() |
