~raoul-snyman/openlp/dont-test-uno-on-macos

« back to all changes in this revision

Viewing changes to openlp/core/ui/generaltab.py

  • Committer: Raoul Snyman
  • Date: 2017-10-25 21:18:38 UTC
  • mfrom: (2780.1.2 refactorings-3)
  • Revision ID: raoul@snyman.info-20171025211838-be4wutkihlytvkk3
Merge in refactorings-3

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from openlp.core.common.settings import Settings
34
34
from openlp.core.display.screens import ScreenList
35
35
from openlp.core.lib import SettingsTab
36
 
from openlp.core.ui.lib import ColorButton, PathEdit
 
36
from openlp.core.widgets.buttons import ColorButton
 
37
from openlp.core.widgets.edits import PathEdit
37
38
 
38
39
log = logging.getLogger(__name__)
39
40