diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-03 20:46:33 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-06-03 20:46:33 +0000 |
| commit | 007fff07f1c24a85fa69c7b8e3bf3208bef41c6e (patch) | |
| tree | 750bbb39420930a98097fbbf6f6b7113857cc8e7 /docutils/test/alltests.py | |
| parent | f1318e3811bed15857a9de8686a9a3303c49647b (diff) | |
| download | docutils-007fff07f1c24a85fa69c7b8e3bf3208bef41c6e.tar.gz | |
tweaked header
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/alltests.py')
| -rwxr-xr-x | docutils/test/alltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/alltests.py b/docutils/test/alltests.py index 03c85e4ce..9c5d8b0aa 100755 --- a/docutils/test/alltests.py +++ b/docutils/test/alltests.py @@ -74,7 +74,7 @@ sys.stdout = sys.stderr = Tee('alltests.out') import package_unittest -print ('Testing Docutils %s %s with Python %s on %s at %s' +print ('Testing Docutils %s [%s] with Python %s on %s at %s' % (docutils.__version__, docutils.__version_details__, sys.version.split()[0], time.strftime('%Y-%m-%d'), time.strftime('%H:%M:%S'))) |
