From 92e05dd95e96c03599e48cfa01ca900c41a15afa Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Fri, 21 Dec 2007 13:56:52 +0000 Subject: [PATCH] remove become from python module --- python/disorder.py.in | 10 ---------- 1 file changed, 10 deletions(-) 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. -- 2.11.0