Actually use the Python repository's revision number.

This commit is contained in:
Georg Brandl 2008-03-09 21:42:38 +00:00
parent ccfd92e558
commit 6aae7cf9ff

View File

@ -18,7 +18,7 @@ from cStringIO import StringIO
from sphinx.application import Sphinx
from sphinx.util.console import nocolor
__version__ = '$Revision: 5369 $'[11:-2]
__version__ = '$Revision$'[11:-2]
def usage(argv, msg=None):