[Python-checkins] r86971 - python/branches/py3k/Lib/pydoc_data/_pydoc.css
nick.coghlan
python-checkins at python.org
Fri Dec 3 15:30:41 CET 2010
Author: nick.coghlan
Date: Fri Dec 3 15:30:41 2010
New Revision: 86971
Log:
Add missing CSS file from r86962
Added:
python/branches/py3k/Lib/pydoc_data/_pydoc.css (contents, props changed)
Added: python/branches/py3k/Lib/pydoc_data/_pydoc.css
==============================================================================
--- (empty file)
+++ python/branches/py3k/Lib/pydoc_data/_pydoc.css Fri Dec 3 15:30:41 2010
@@ -0,0 +1,6 @@
+/*
+ CSS file for pydoc.
+
+ Contents of this file are subject to change without notice.
+
+*/
More information about the Python-checkins
mailing list