From db2d2ca3b33fa235aef12f4b372201f57543a3b6 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Wed, 8 Oct 2014 13:21:59 -0700 Subject: [PATCH] Missed import for is_macosx --- openlp/core/ui/projector/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/ui/projector/wizard.py b/openlp/core/ui/projector/wizard.py index 2583f041d..73dadd109 100644 --- a/openlp/core/ui/projector/wizard.py +++ b/openlp/core/ui/projector/wizard.py @@ -40,7 +40,7 @@ from ipaddress import IPv4Address, IPv6Address, AddressValueError from PyQt4 import QtCore, QtGui from PyQt4.QtCore import pyqtSlot, pyqtSignal -from openlp.core.common import Registry, RegistryProperties, translate +from openlp.core.common import Registry, RegistryProperties, translate, is_macosx from openlp.core.lib import build_icon from openlp.core.common import verify_ip_address