fix links

This commit is contained in:
Tim Bentley 2016-04-01 18:02:14 +01:00
parent 203c7b9dd8
commit abd2c16ccd

View File

@ -25,7 +25,7 @@ The :mod:`~openlp.plugins.songs.forms.songselectdialog` module contains the user
from PyQt5 import QtCore, QtWidgets from PyQt5 import QtCore, QtWidgets
from openlp.core.common import HistoryComboBox from openlp.core.ui.lib.historycombobox import HistoryComboBox
from openlp.core.lib import translate, build_icon from openlp.core.lib import translate, build_icon
from openlp.core.ui import SingleColumnTableWidget from openlp.core.ui import SingleColumnTableWidget