http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10015
Revision: 10015 Author: xqt Date: 2012-03-12 14:08:55 +0000 (Mon, 12 Mar 2012) Log Message: ----------- strip trailing whitespace, eol-style:native
Modified Paths: -------------- trunk/threadedhttp/setup.py
Property Changed: ---------------- trunk/threadedhttp/setup.py
Modified: trunk/threadedhttp/setup.py =================================================================== --- trunk/threadedhttp/setup.py 2012-03-12 14:06:23 UTC (rev 10014) +++ trunk/threadedhttp/setup.py 2012-03-12 14:08:55 UTC (rev 10015) @@ -18,7 +18,7 @@ author_email = "valhallasw@arctus.nl", description = "httplib2-based HTTP library supporting cookies and threads", classifiers = filter(None, map(str.strip, -""" +""" Intended Audience :: Developers License :: OSI Approved :: MIT License Programming Language :: Python @@ -27,4 +27,4 @@ license = "MIT License", keywords = "thread cookie httplib2", url = "http://pywikipediabot.sourceforge.net", -) \ No newline at end of file +)
Property changes on: trunk/threadedhttp/setup.py ___________________________________________________________________ Added: svn:eol-style + native