Redundant imports

This commit is contained in:
Jonathan Corwin 2011-12-22 13:23:04 +00:00
parent 16043527fc
commit 1cd3206f96
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ and play multimedia within OpenLP.
""" """
import logging import logging
import os import os
import sys
from subprocess import Popen, PIPE
from PyQt4 import QtCore, QtGui, QtWebKit, QtOpenGL from PyQt4 import QtCore, QtGui, QtWebKit, QtOpenGL
from PyQt4.phonon import Phonon from PyQt4.phonon import Phonon