Mercurial > public > mercurial-scm > hg-stable
diff mercurial/httprepo.py @ 4516:96d8a56d4ef9
Removed trailing whitespace and tabs from python files
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 06 Jun 2007 20:22:52 +0200 |
parents | bf8319ee3428 |
children | ff7253a0d1da |
line wrap: on
line diff
--- a/mercurial/httprepo.py Wed Jun 06 20:17:03 2007 +0200 +++ b/mercurial/httprepo.py Wed Jun 06 20:22:52 2007 +0200 @@ -208,7 +208,7 @@ # 1.0 here is the _protocol_ version opener.addheaders = [('User-agent', 'mercurial/proto-1.0')] urllib2.install_opener(opener) - + def __del__(self): if self.handler: self.handler.close_all()