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

Fixes: https://launchpad.net/bugs/1021272
This commit is contained in:
Andreas Preikschat 2012-07-05 17:25:23 +02:00
parent 9722a30093
commit 4b6769f9b2
1 changed files with 1 additions and 1 deletions

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