~trb143/openlp/hunspell

« back to all changes in this revision

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

  • Committer: Tim Bentley
  • Date: 2018-08-29 17:59:17 UTC
  • mfrom: (2829.1.3 rework-imports)
  • Revision ID: tim.bentley@gmail.com-20180829175917-sxhteo98hzh1l831
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