Revert MacOS test breaking change

This commit is contained in:
Bastian Germann 2019-04-09 20:47:46 +02:00
parent b5065ac3ca
commit 414c1c59db
1 changed files with 1 additions and 1 deletions

View File

@ -25,9 +25,9 @@ This module contains tests for the WorshipCenter Pro song importer.
from unittest import TestCase, skipUnless
from unittest.mock import MagicMock, patch
import pyodbc
try:
import pyodbc
from openlp.core.common.registry import Registry
from openlp.plugins.songs.lib.importers.worshipcenterpro import WorshipCenterProImport
CAN_RUN_TESTS = True