updated to warn if the installed Docutils is not up to date
This commit is contained in:
parent
8f37ebc5a5
commit
38805e00d4
|
@ -41,7 +41,7 @@ import random
|
|||
import time
|
||||
|
||||
REQUIRES = {'python': '2.2',
|
||||
'docutils': '0.2.1'}
|
||||
'docutils': '0.2.3'}
|
||||
PROGRAM = sys.argv[0]
|
||||
RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
|
||||
PEPURL = 'pep-%04d.html'
|
||||
|
|
Loading…
Reference in New Issue