Missed import for is_macosx

This commit is contained in:
Ken Roberts 2014-10-08 13:21:59 -07:00
parent 1eee08ff6b
commit db2d2ca3b3
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ from ipaddress import IPv4Address, IPv6Address, AddressValueError
from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui
from PyQt4.QtCore import pyqtSlot, pyqtSignal 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.lib import build_icon
from openlp.core.common import verify_ip_address from openlp.core.common import verify_ip_address