diff vixm/ui.py @ 34:8028f2addb00 master

Destroy all traces of xmms
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Fri, 03 Nov 2006 23:34:59 -0500
parents f97eb9f0c207
children a7d370f326df
line wrap: on
line diff
--- a/vixm/ui.py	Fri Nov 03 23:27:49 2006 -0500
+++ b/vixm/ui.py	Fri Nov 03 23:34:59 2006 -0500
@@ -8,7 +8,6 @@
 
 import time, sys, re
 from threading import Thread
-import xmms
 
 import playlist, song, util, control, player
 
@@ -131,7 +130,7 @@
 				(control.cmd_help,
 				 False),
 			# the following commands are there do allow some,
-			# more direct control over xmms
+			# more direct control over which songs we play
 			"z":
 				(control.cmd_prev,
 				 False),