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

« back to all changes in this revision

Viewing changes to openlp/core/ui/themewizard.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:
29
29
from openlp.core.lib import build_icon
30
30
from openlp.core.lib.theme import HorizontalType, BackgroundType, BackgroundGradientType
31
31
from openlp.core.lib.ui import add_welcome_page, create_valign_selection_widgets
32
 
from openlp.core.ui.lib import ColorButton, PathEdit
 
32
from openlp.core.widgets.buttons import ColorButton
 
33
from openlp.core.widgets.edits import PathEdit
33
34
 
34
35
 
35
36
class Ui_ThemeWizard(object):