forked from openlp/openlp
Remore lines
This commit is contained in:
parent
9a4f80f08e
commit
71c4b7c998
@ -81,7 +81,6 @@ class OpenLP(QtGui.QApplication):
|
||||
self.splash.finish(self.mainWindow)
|
||||
return self.exec_()
|
||||
|
||||
|
||||
def main():
|
||||
"""
|
||||
The main function which parses command line options and then runs
|
||||
|
@ -22,7 +22,6 @@
|
||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
###############################################################################
|
||||
|
||||
|
||||
class BaseModel(object):
|
||||
"""
|
||||
BaseModel provides a base object with a set of generic functions
|
||||
|
@ -22,7 +22,6 @@
|
||||
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
|
||||
###############################################################################
|
||||
|
||||
|
||||
from sqlalchemy import MetaData
|
||||
from sqlalchemy.orm import scoped_session, sessionmaker
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user