From: Richard Kettlewell Date: Fri, 21 Dec 2007 13:56:52 +0000 (+0000) Subject: remove become from python module X-Git-Tag: 3.0~193 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/92e05dd95e96c03599e48cfa01ca900c41a15afa remove become from python module --- diff --git a/python/disorder.py.in b/python/disorder.py.in index b18c724..7b888b5 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -413,16 +413,6 @@ class client: ######################################################################## # Operations - def become(self, who): - """Become another user. - - Arguments: - who -- the user to become. - - Only trusted users can perform this operation. - """ - self._simple("become", who) - def play(self, track): """Play a track.