Show More
@@ -121,8 +121,8 b' def has_git():' | |||
|
121 | 121 | return matchoutput('git --version 2>&1', r'^git version') |
|
122 | 122 | |
|
123 | 123 | def has_rst2html(): |
|
124 | return matchoutput('rst2html --version', r'^rst2html \(Docutils') or \ | |
|
125 | matchoutput('rst2html.py --version', r'^rst2html.py \(Docutils') | |
|
124 | return matchoutput('rst2html --version 2>&1', r'^rst2html \(Docutils') or \ | |
|
125 | matchoutput('rst2html.py --version 2>&1', r'^rst2html.py \(Docutils') | |
|
126 | 126 | |
|
127 | 127 | def has_svn(): |
|
128 | 128 | #return matchoutput('svn --version 2>&1', r'^svn, version') and \ |
General Comments 0
You need to be logged in to leave comments.
Login now