summaryrefslogtreecommitdiff
path: root/nephilim/plugins/PlayControl.py
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2010-08-26 13:04:54 +0200
committerAnton Khirnov <wyskas@gmail.com>2010-08-26 13:21:56 +0200
commit3029049140ffd2d61c96f91976fefcbea63b64e2 (patch)
tree4d6ed8fa011f4388f2481e21b541d164bcab694e /nephilim/plugins/PlayControl.py
parentf22dab76b500a22109a734fa7dafca9d50a24725 (diff)
switch to QVariant API 2
i.e., remove all explicite usage of QVariant
Diffstat (limited to 'nephilim/plugins/PlayControl.py')
-rw-r--r--nephilim/plugins/PlayControl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nephilim/plugins/PlayControl.py b/nephilim/plugins/PlayControl.py
index c3d01d6..5fad0e8 100644
--- a/nephilim/plugins/PlayControl.py
+++ b/nephilim/plugins/PlayControl.py
@@ -16,7 +16,6 @@
#
from PyQt4 import QtGui, QtCore
-from PyQt4.QtCore import QVariant
from ..common import Button
from ..plugin import Plugin