Removed some unnecessary imports in the tests.

This commit is contained in:
Raoul Snyman 2012-12-05 23:22:29 +02:00
parent 0483fdc8ea
commit ebdd1d35dc

View File

@ -4,8 +4,7 @@ Functional tests to test the AppLocation class and related methods.
import sys
from unittest import TestCase
from mock import patch, MagicMock
from PyQt4 import QtCore
from mock import patch
from openlp.core.utils import AppLocation, _get_frozen_path