~trb143/openlp/hunspell

« back to all changes in this revision

Viewing changes to openlp/plugins/images/imageplugin.py

  • Committer: Simon Hanna
  • Date: 2018-08-26 07:28:43 UTC
  • mto: This revision was merged to the branch mainline in revision 2831.
  • Revision ID: simhnna@gmail.com-20180826072843-fkqgjedgvm3nn9lk
Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
from openlp.core.common.i18n import translate
29
29
from openlp.core.ui.icons import UiIcons
30
30
from openlp.core.common.settings import Settings
31
 
from openlp.core.lib import mageSource, build_icon
 
31
from openlp.core.lib import ImageSource, build_icon
32
32
from openlp.core.lib.plugin import Plugin, StringContent
33
33
from openlp.core.lib.db import Manager
34
34
from openlp.plugins.images.endpoint import api_images_endpoint, images_endpoint