http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10017
Revision: 10017 Author: xqt Date: 2012-03-12 14:14:03 +0000 (Mon, 12 Mar 2012) Log Message: ----------- fis Id: string
Modified Paths: -------------- trunk/threadedhttp/threadedhttp/connectionpool.py
Modified: trunk/threadedhttp/threadedhttp/connectionpool.py =================================================================== --- trunk/threadedhttp/threadedhttp/connectionpool.py 2012-03-12 14:12:02 UTC (rev 10016) +++ trunk/threadedhttp/threadedhttp/connectionpool.py 2012-03-12 14:14:03 UTC (rev 10017) @@ -7,7 +7,7 @@ # Distributed under the terms of the MIT license #
-__version__ = '$Id$' +__version__ = '$Id: $' __docformat__ = 'epytext'
import logging