remove become from python module
authorRichard Kettlewell <rjk@greenend.org.uk>
Fri, 21 Dec 2007 13:56:52 +0000 (13:56 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Fri, 21 Dec 2007 13:56:52 +0000 (13:56 +0000)
python/disorder.py.in

index b18c724..7b888b5 100644 (file)
@@ -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.