Fix imports

This commit is contained in:
Jon Tibble 2009-11-12 23:58:19 +00:00
parent b79d535e04
commit f764eb7d59
2 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,6 @@
import logging
import os
import time
from PyQt4 import QtCore, QtGui
from PyQt4.phonon import Phonon

View File

@ -28,8 +28,7 @@ import os
from PyQt4 import QtCore, QtGui
from PyQt4.phonon import Phonon
from openlp.core.lib import OpenLPToolbar, Receiver, ServiceItemType, \
str_to_bool, PluginConfig
from openlp.core.lib import OpenLPToolbar, Receiver, str_to_bool, PluginConfig
class SlideList(QtGui.QTableWidget):
"""