forked from openlp/openlp
reverted changes
This commit is contained in:
parent
6ab287cfaa
commit
1a462e1a65
@ -28,8 +28,7 @@ from sqlalchemy.sql import and_
|
|||||||
|
|
||||||
from openlp.core.lib import Receiver, translate
|
from openlp.core.lib import Receiver, translate
|
||||||
from openlp.plugins.songs.forms import AuthorsForm, TopicsForm, SongBookForm
|
from openlp.plugins.songs.forms import AuthorsForm, TopicsForm, SongBookForm
|
||||||
from openlp.plugins.songs.lib.db import Author, Book, Topic, Song, \
|
from openlp.plugins.songs.lib.db import Author, Book, Topic, Song
|
||||||
SongsTopics, AuthorsSongs
|
|
||||||
from songmaintenancedialog import Ui_SongMaintenanceDialog
|
from songmaintenancedialog import Ui_SongMaintenanceDialog
|
||||||
|
|
||||||
class SongMaintenanceForm(QtGui.QDialog, Ui_SongMaintenanceDialog):
|
class SongMaintenanceForm(QtGui.QDialog, Ui_SongMaintenanceDialog):
|
||||||
|
Loading…
Reference in New Issue
Block a user