From 1cd3206f96425f6b6e6fdb3b50fb485f5aa3b279 Mon Sep 17 00:00:00 2001 From: Jonathan Corwin Date: Thu, 22 Dec 2011 13:23:04 +0000 Subject: [PATCH] Redundant imports --- openlp/core/ui/maindisplay.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 9f00c2baf..03b5da7e6 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -30,8 +30,6 @@ and play multimedia within OpenLP. """ import logging import os -import sys -from subprocess import Popen, PIPE from PyQt4 import QtCore, QtGui, QtWebKit, QtOpenGL from PyQt4.phonon import Phonon