fixed bug 1021272 (Exporting settings fails with traceback in Build 2014)

bzr-revno: 2015
Fixes: https://launchpad.net/bugs/1021272
This commit is contained in:
Andreas Preikschat 2012-07-05 17:53:26 +02:00
commit ff76a6df58

View File

@ -48,7 +48,7 @@ from openlp.core.ui import AboutForm, SettingsForm, ServiceManager, \
ShortcutListForm, FormattingTagForm
from openlp.core.ui.media import MediaController
from openlp.core.utils import AppLocation, add_actions, LanguageManager, \
get_application_version
get_application_version, get_filesystem_encoding
from openlp.core.utils.actions import ActionList, CategoryOrder
from openlp.core.ui.firsttimeform import FirstTimeForm
from openlp.core.ui import ScreenList