]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Wrap Remote._runner in staticmethod() or it gets mistaken for a method.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 31 May 2011 21:59:10 +0000 (14:59 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Tue, 31 May 2011 21:59:10 +0000 (14:59 -0700)
commit9970b86cb1747dc2756cbde55899eefb952320e8
treefcd2ae765d3fe948b78ac2b2502fe994d908624b
parentdc9aaacfb2308a03d8fc5b3aa183408c2e53cfb8
Wrap Remote._runner in staticmethod() or it gets mistaken for a method.

It used to get an extra self argument, and mistook that as client.
orchestra/remote.py