Mercurial > public > mercurial-scm > hg-stable
diff tests/test-batching.py @ 14764:a7d5816087a9 stable
classes: fix class style problems found by b071cd58af50
This makes test-wireprotocol.py work on Python 2.4
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 29 Jun 2011 15:00:00 +0200 |
parents | 84094c0d2724 |
children | cbbdd085c991 |
line wrap: on
line diff
--- a/tests/test-batching.py Wed Jun 29 13:45:51 2011 +0200 +++ b/tests/test-batching.py Wed Jun 29 15:00:00 2011 +0200 @@ -85,7 +85,7 @@ # server side # equivalent of wireproto's global functions -class server: +class server(object): def __init__(self, local): self.local = local def _call(self, name, args):