Remore lines

This commit is contained in:
Tim Bentley 2009-09-25 05:34:13 +01:00
parent 9a4f80f08e
commit 71c4b7c998
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -22,7 +22,6 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
from sqlalchemy import MetaData
from sqlalchemy.orm import scoped_session, sessionmaker